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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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"
},
{

View file

@ -42,7 +42,8 @@
"format.semicolons.remove": "Remove unnecessary semicolons.",
"format.indentSwitchCase": "Indent case clauses in switch statements. Requires using TypeScript 5.1+ in the workspace.",
"javascript.validate.enable": "Enable/disable JavaScript validation.",
"goToProjectConfig.title": "Go to Project Configuration",
"javascript.goToProjectConfig.title": "Go to Project Configuration (jsconfig / tsconfig)",
"typescript.goToProjectConfig.title": "Go to Project Configuration (tsconfig)",
"javascript.referencesCodeLens.enabled": "Enable/disable references CodeLens in JavaScript files.",
"javascript.referencesCodeLens.showOnAllFunctions": "Enable/disable references CodeLens on all functions in JavaScript files.",
"typescript.referencesCodeLens.enabled": "Enable/disable references CodeLens in TypeScript files.",