chore: used same message decription for TS and JS

This commit is contained in:
aslezar
2025-01-14 12:49:27 +05:30
parent 8d983686f3
commit d8ea024868
2 changed files with 3 additions and 4 deletions

View File

@@ -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": {