Add feature flag to support using tsserver for JS files

This commit is contained in:
Dirk Baeumer
2016-01-06 13:58:50 +01:00
committed by Johannes Rieken
parent 5e60ad0f22
commit 3e9fe80339
5 changed files with 22 additions and 7 deletions

View File

@@ -15,6 +15,8 @@
"activationEvents": [
"onLanguage:typescript",
"onLanguage:typescriptreact",
"onLanguage:javascript",
"onLanguage:javascriptreact",
"onCommand:typescript.reloadProjects"
],
"main": "./out/typescriptMain",