Skip to content

Commit feee0c6

Browse files
authored
Fix incorrect comma in settings string. (#14005)
1 parent a2cc5d7 commit feee0c6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Extension/package.nls.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@
300300
},
301301
"c_cpp.configuration.vcFormat.indent.gotoLabels.description": "The position of goto labels.",
302302
"c_cpp.configuration.vcFormat.indent.gotoLabels.oneLeft.markdownDescription": {
303-
"message": "Position goto labels to the left of the current code indentation, by the amount specified in the `#editor.tabSize#` setting.",
303+
"message": "Position goto labels to the left of the current code indentation by the amount specified in the `#editor.tabSize#` setting.",
304304
"comment": [
305305
"Markdown text between `` should not be translated or localized (they represent literal text) and the capitalization, spacing, and punctuation (including the ``) should not be altered."
306306
]
@@ -319,7 +319,7 @@
319319
},
320320
"c_cpp.configuration.vcFormat.indent.preprocessor.description": "The position of preprocessor directives.",
321321
"c_cpp.configuration.vcFormat.indent.preprocessor.oneLeft.markdownDescription": {
322-
"message": "Preprocessor directives are positioned to the left of the current code indentation, by the amount specified in the `#editor.tabSize#` setting.",
322+
"message": "Preprocessor directives are positioned to the left of the current code indentation by the amount specified in the `#editor.tabSize#` setting.",
323323
"comment": [
324324
"Markdown text between `` should not be translated or localized (they represent literal text) and the capitalization, spacing, and punctuation (including the ``) should not be altered."
325325
]

0 commit comments

Comments
 (0)