Skip to content

Commit

Permalink
fix: update descriptions for switch-case indentation settings in Type…
Browse files Browse the repository at this point in the history
…Script and JavaScript
  • Loading branch information
aslezar committed Dec 31, 2024
1 parent a91e6b6 commit 97a5f18
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions extensions/typescript-language-features/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -529,13 +529,13 @@
"typescript.format.indentSwitchCase": {
"type": "boolean",
"default": true,
"description": "%format.indentSwitchCase%",
"description": "%typescript.format.indentSwitchCase%",
"scope": "resource"
},
"javascript.format.indentSwitchCase": {
"type": "boolean",
"default": true,
"description": "%format.indentSwitchCase%",
"description": "%javascript.format.indentSwitchCase%",
"scope": "resource"
},
"javascript.validate.enable": {
Expand Down
3 changes: 2 additions & 1 deletion extensions/typescript-language-features/package.nls.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@
"format.semicolons.ignore": "Don't insert or remove any semicolons.",
"format.semicolons.insert": "Insert semicolons at statement ends.",
"format.semicolons.remove": "Remove unnecessary semicolons.",
"format.indentSwitchCase": "Indent case clauses in switch statements. Requires using TypeScript 5.1+ in the workspace.",
"typescript.format.indentSwitchCase": "Indent case clauses in switch statements in TypeScript Files. Requires using TypeScript 5.1+ in the workspace.",
"javascript.format.indentSwitchCase": "Indent case clauses in switch statements in JavaScript Files. Requires using TypeScript 5.1+ in the workspace.",
"javascript.validate.enable": "Enable/disable JavaScript validation.",
"javascript.goToProjectConfig.title": "Go to Project Configuration (jsconfig / tsconfig)",
"typescript.goToProjectConfig.title": "Go to Project Configuration (tsconfig)",
Expand Down

0 comments on commit 97a5f18

Please sign in to comment.