Add TSC Task Provider (#27093)

* extract standardLanguageDescriptions to constant

* Remove client variable

* Move VersionStatus into a class

* Add TSC Task Provider

Fixes #26079

Adds a task provider for building typescript projects.

* Make ts loading lazy
This commit is contained in:
Matt Bierner
2017-05-25 15:18:05 -07:00
committed by GitHub
parent 9f48af79ad
commit 6d00bd977b
7 changed files with 235 additions and 76 deletions

View File

@@ -34,7 +34,10 @@
"onCommand:typescript.selectTypeScriptVersion",
"onCommand:javascript.goToProjectConfig",
"onCommand:typescript.goToProjectConfig",
"onCommand:typescript.openTsServerLog"
"onCommand:typescript.openTsServerLog",
"onCommand:workbench.action.tasks.runTask",
"onCommand:workbench.action.tasks.build",
"onCommand:workbench.action.tasks.test"
],
"main": "./out/typescriptMain",
"contributes": {