{
    "name": "versiontrans",
    "displayName":"versiontrans",
    "description": "cloudfunctions 目录结构迁移",
    "version": "0.0.0",
    "publisher": "tangxiaobo",
    "categories": [
        "Native"
    ],
    "activationEvents": [
        "*"
    ],
    "contributes": {
        "commands": [
        {"title":"迁移 cloudfunctions 目录(&E)","command":"vertran.migrate"}
        ],
        "menus": {
            "editor/context":[
            {"command": "vertran.migrate", "group": "new",
            "when":
                "(!explorerResourceIsRoot) && (levelofproject == 1) && selisdir && (seldirname == 'cloudfunctions-tcb' || seldirname == 'cloudfunctions-aliyun')"},
            {"group":"new"}
            ],
            "explorer/context": [
            {"command": "vertran.migrate", "group": "new",
            "when":"(!explorerResourceIsRoot) && (levelofproject == 1) && selisdir && (seldirname == 'cloudfunctions-tcb' || seldirname == 'cloudfunctions-aliyun')"},
            {"group":"new"}
            ]
        }
    }
}
