use plugin

This commit is contained in:
Martin Aeschlimann
2020-01-09 17:36:45 +01:00
parent 741a8b2b2f
commit b8a7184825
4 changed files with 71 additions and 45 deletions

View File

@@ -20,7 +20,8 @@
"rimraf": "^2.6.3",
"semver": "5.5.1",
"vscode-extension-telemetry": "0.1.1",
"vscode-nls": "^4.0.0"
"vscode-nls": "^4.0.0",
"typescript-vscode-sh-plugin":"^0.1.0"
},
"devDependencies": {
"@types/node": "^12.11.7",
@@ -953,6 +954,11 @@
}
]
}
],
"typescriptServerPlugins": [
{
"name": "typescript-vscode-sh-plugin"
}
]
}
}