Mention tsconfig / jsconfig in 'Go to project configuration' (#184441)

This makes the commands more discoverable
This commit is contained in:
Matt Bierner
2023-06-06 13:41:54 -07:00
committed by GitHub
parent 56f11d9b49
commit 42498ee647
2 changed files with 4 additions and 3 deletions

View File

@@ -1282,12 +1282,12 @@
},
{
"command": "typescript.goToProjectConfig",
"title": "%goToProjectConfig.title%",
"title": "%typescript.goToProjectConfig.title%",
"category": "TypeScript"
},
{
"command": "javascript.goToProjectConfig",
"title": "%goToProjectConfig.title%",
"title": "%javascript.goToProjectConfig.title%",
"category": "JavaScript"
},
{