{
    "name": "installPackage",
    "displayName":"IPK",
    "description": "把安装包安装到手机里",
    "version": "0.0.0",
    "publisher": "zhangbaichuan",
    "categories": [
        "Native"
    ],
    "activationEvents": [
        "*"
    ],
    "contributes": {
        "commands": [
        {"title":"安装到手机","command":"IPK.installToMobile"}
        ],
        "menus": {
            "explorer/context": [          
            {"id":"IPK.Install", "title":"安装到手机", "group":"new", "when":"selcount == 1 && workspaceFolderRelativePath=~ /.ipa$|.apk$/"}
            ,   {
                    "id": "mobilelist.provider",
                    "group":"IPK.Install@1",
                    "dynamic": true
                }
            ]
        }
    }
}
