mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-21 09:08:53 +01:00
Add feature flag to support using tsserver for JS files
This commit is contained in:
committed by
Johannes Rieken
parent
5e60ad0f22
commit
3e9fe80339
@@ -15,6 +15,8 @@
|
||||
"activationEvents": [
|
||||
"onLanguage:typescript",
|
||||
"onLanguage:typescriptreact",
|
||||
"onLanguage:javascript",
|
||||
"onLanguage:javascriptreact",
|
||||
"onCommand:typescript.reloadProjects"
|
||||
],
|
||||
"main": "./out/typescriptMain",
|
||||
|
||||
Reference in New Issue
Block a user