Skip to content

Commit 42498ee

Browse files
authored
Mention tsconfig / jsconfig in 'Go to project configuration' (microsoft#184441)
This makes the commands more discoverable
1 parent 56f11d9 commit 42498ee

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

extensions/typescript-language-features/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1282,12 +1282,12 @@
12821282
},
12831283
{
12841284
"command": "typescript.goToProjectConfig",
1285-
"title": "%goToProjectConfig.title%",
1285+
"title": "%typescript.goToProjectConfig.title%",
12861286
"category": "TypeScript"
12871287
},
12881288
{
12891289
"command": "javascript.goToProjectConfig",
1290-
"title": "%goToProjectConfig.title%",
1290+
"title": "%javascript.goToProjectConfig.title%",
12911291
"category": "JavaScript"
12921292
},
12931293
{

extensions/typescript-language-features/package.nls.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,8 @@
4242
"format.semicolons.remove": "Remove unnecessary semicolons.",
4343
"format.indentSwitchCase": "Indent case clauses in switch statements. Requires using TypeScript 5.1+ in the workspace.",
4444
"javascript.validate.enable": "Enable/disable JavaScript validation.",
45-
"goToProjectConfig.title": "Go to Project Configuration",
45+
"javascript.goToProjectConfig.title": "Go to Project Configuration (jsconfig / tsconfig)",
46+
"typescript.goToProjectConfig.title": "Go to Project Configuration (tsconfig)",
4647
"javascript.referencesCodeLens.enabled": "Enable/disable references CodeLens in JavaScript files.",
4748
"javascript.referencesCodeLens.showOnAllFunctions": "Enable/disable references CodeLens on all functions in JavaScript files.",
4849
"typescript.referencesCodeLens.enabled": "Enable/disable references CodeLens in TypeScript files.",

0 commit comments

Comments
 (0)