Restore having both javascript.goToProjectConfig and typescript.goToProjectConfig

This commit is contained in:
Matt Bierner
2017-11-07 16:35:04 -08:00
parent 5d143998e8
commit 49e2d76264
2 changed files with 21 additions and 6 deletions

View File

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