mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 02:28:34 +01:00
Restore having both javascript.goToProjectConfig and typescript.goToProjectConfig
This commit is contained in:
@@ -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"
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user