mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 11:08:51 +01:00
chore: used same message decription for TS and JS
This commit is contained in:
@@ -528,13 +528,13 @@
|
||||
"typescript.format.indentSwitchCase": {
|
||||
"type": "boolean",
|
||||
"default": true,
|
||||
"description": "%typescript.format.indentSwitchCase%",
|
||||
"description": "%format.indentSwitchCase%",
|
||||
"scope": "resource"
|
||||
},
|
||||
"javascript.format.indentSwitchCase": {
|
||||
"type": "boolean",
|
||||
"default": true,
|
||||
"description": "%javascript.format.indentSwitchCase%",
|
||||
"description": "%format.indentSwitchCase%",
|
||||
"scope": "resource"
|
||||
},
|
||||
"javascript.validate.enable": {
|
||||
|
||||
Reference in New Issue
Block a user