Move TS extension activate to own file

This commit is contained in:
Matt Bierner
2017-11-30 15:38:26 -08:00
parent dec4686cfb
commit 229ab747e1
3 changed files with 97 additions and 87 deletions

View File

@@ -38,7 +38,7 @@
"onCommand:typescript.openTsServerLog",
"onCommand:workbench.action.tasks.runTask"
],
"main": "./out/typescriptMain",
"main": "./out/extension",
"contributes": {
"languages": [
{