feat: add more docker api

This commit is contained in:
2019-08-27 15:03:30 +08:00
parent f0810cc9d9
commit 3e480da539
20 changed files with 117 additions and 28 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "@dayu/vscode",
"displayName": "vscode",
"description": "",
"description": "Dayu VsCode Plugin",
"publisher": "MiaoWoo",
"version": "0.0.1",
"engines": {
@@ -56,6 +56,7 @@
}
},
"scripts": {
"package": "vsce package",
"vscode:prepublish": "yarn run compile",
"compile": "tsc -p ./",
"watch": "tsc -watch -p ./",