From 08c49c28ea71832c70e55b907c6a47ae697b12e2 Mon Sep 17 00:00:00 2001 From: Sean McManus Date: Thu, 16 Oct 2025 14:59:39 -0700 Subject: [PATCH] Fix incorrect comma in settings string. --- Extension/package.nls.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Extension/package.nls.json b/Extension/package.nls.json index c6bc95490..fb4b6ed93 100644 --- a/Extension/package.nls.json +++ b/Extension/package.nls.json @@ -300,7 +300,7 @@ }, "c_cpp.configuration.vcFormat.indent.gotoLabels.description": "The position of goto labels.", "c_cpp.configuration.vcFormat.indent.gotoLabels.oneLeft.markdownDescription": { - "message": "Position goto labels to the left of the current code indentation, by the amount specified in the `#editor.tabSize#` setting.", + "message": "Position goto labels to the left of the current code indentation by the amount specified in the `#editor.tabSize#` setting.", "comment": [ "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." ] @@ -319,7 +319,7 @@ }, "c_cpp.configuration.vcFormat.indent.preprocessor.description": "The position of preprocessor directives.", "c_cpp.configuration.vcFormat.indent.preprocessor.oneLeft.markdownDescription": { - "message": "Preprocessor directives are positioned to the left of the current code indentation, by the amount specified in the `#editor.tabSize#` setting.", + "message": "Preprocessor directives are positioned to the left of the current code indentation by the amount specified in the `#editor.tabSize#` setting.", "comment": [ "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." ]