{
    "name": "unicloud-hosting",
    "displayName":"unicloud-hosting",
    "description": "前端网页托管相关",
    "version": "0.0.0.0",
    "publisher": "hexianyang",
    "categories": [
        "Native"
    ],
    "activationEvents": [
        "*"
    ],
    "contributes": {
        "commands": [{
            "command": "unicloud.web.publish",
            "title": "查看服务端网页文件(&D)"
        }],
        "launchers":[
            {
                "type":"Deploy",
                "label":"上传网站到服务器(&N)",
                "mode":"publish",
                "when":"workspaceFolder.type == 'Web' || workspaceFolder.type  == 'UniApp_Vue'"
            }
        ],
        "menus": {
            "menubar/publish":[
                {
                    "id":"unicloud.web.staticDeploy",
                    "command": "unicloud.web.publish",
                    "when":"workspaceFolder.type == 'Web' || workspaceFolder.type  == 'UniApp_Vue'",
                    "checked":"isViewOpened <- 'workbench.view.uniCloud'"
                }
            ]
        }
    }
}
