feat: add amis jssdk page

Signed-off-by: MiaoWoo <admin@yumc.pw>
This commit is contained in:
2019-12-25 15:41:27 +08:00
parent cabf6cf613
commit aed21b2ff6
27 changed files with 522 additions and 66 deletions

View File

@@ -11,7 +11,8 @@
"Other"
],
"activationEvents": [
"*"
"onView:docker-explorer",
"onView:openfaas-explorer"
],
"main": "./dist/extension.js",
"contributes": {
@@ -60,8 +61,8 @@
"vscode:prepublish": "yarn run compile",
"compile": "tsc -p ./",
"watch": "tsc -watch -p ./",
"postinstall": "node ../../../node_modules/vscode/bin/install",
"test": "yarn run compile && node ../../../node_modules/vscode/bin/test"
"postinstall": "node ../../node_modules/vscode/bin/install",
"test": "yarn run compile && node ../../node_modules/vscode/bin/test"
},
"dependencies": {
"@dayu/docker-api": "^0.0.1",