Move remaining command to use command classes

This commit is contained in:
Matt Bierner
2017-11-07 16:23:01 -08:00
parent 030658c1d1
commit 1b882bcbaa
4 changed files with 102 additions and 46 deletions

View File

@@ -506,11 +506,11 @@
"when": "editorLangId == typescriptreact"
},
{
"command": "javascript.goToProjectConfig",
"command": "typescript.goToProjectConfig",
"when": "editorLangId == 'javascript'"
},
{
"command": "javascript.goToProjectConfig",
"command": "typescript.goToProjectConfig",
"when": "editorLangId == javascriptreact"
}
]