Make sure we activate js/ts extension when someone sends the _typescript.configurePlugin command

This commit is contained in:
Matt Bierner
2018-10-31 23:30:02 -07:00
parent d7ac6e838f
commit 1faae7e83f

View File

@@ -42,6 +42,7 @@
"onCommand:typescript.goToProjectConfig",
"onCommand:typescript.openTsServerLog",
"onCommand:workbench.action.tasks.runTask",
"onCommand:_typescript.configurePlugin",
"onLanguage:jsonc"
],
"main": "./out/extension",