Skip to content

Commit 9736992

Browse files
authored
Merge branch 'main' into coleng/reparse_files_when_encoding_changes
2 parents 8694e88 + ab7bebf commit 9736992

File tree

3 files changed

+12
-7
lines changed

3 files changed

+12
-7
lines changed

Extension/i18n/chs/package.i18n.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@
160160
"c_cpp.configuration.vcFormat.space.removeBeforeSemicolon.description": "将移除每个分号前的空格。",
161161
"c_cpp.configuration.vcFormat.space.insertAfterSemicolon.description": "在每个分号后面插入一个空格。",
162162
"c_cpp.configuration.vcFormat.space.removeAroundUnaryOperator.description": "移除一元运算符和操作数之间的空格。",
163-
"c_cpp.configuration.vcFormat.space.aroundBinaryOperator.description": "二进制运算符周围的空格",
163+
"c_cpp.configuration.vcFormat.space.aroundBinaryOperator.description": "二元运算符周围的空格",
164164
"c_cpp.configuration.vcFormat.space.aroundAssignmentOperator.description": "赋值运算符周围的空格。",
165165
"c_cpp.configuration.vcFormat.space.pointerReferenceAlignment.description": "指针和引用运算符周围的空格。",
166166
"c_cpp.configuration.vcFormat.space.pointerReferenceAlignment.left.description": "指针和引用运算符左对齐。",
@@ -449,4 +449,4 @@
449449
"c_cpp.configuration.refactoring.includeHeader.never.description": "从不包含头文件。",
450450
"c_cpp.languageModelTools.configuration.displayName": "C/C++ 配置",
451451
"c_cpp.languageModelTools.configuration.userDescription": "活动 C 或 C++ 文件的配置,例如语言标准版本和目标平台。"
452-
}
452+
}

Extension/package.nls.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -410,7 +410,12 @@
410410
"c_cpp.configuration.vcFormat.space.removeBeforeSemicolon.description": "Spaces are removed before every semicolon.",
411411
"c_cpp.configuration.vcFormat.space.insertAfterSemicolon.description": "A space is inserted after every semicolon.",
412412
"c_cpp.configuration.vcFormat.space.removeAroundUnaryOperator.description": "Spaces between unary operators and operands are removed.",
413-
"c_cpp.configuration.vcFormat.space.aroundBinaryOperator.description": "Spaces around binary operators.",
413+
"c_cpp.configuration.vcFormat.space.aroundBinaryOperator.description": {
414+
"message": "Spaces around binary operators.",
415+
"comment": [
416+
"The term \"binary operators\" refers to operators that takes two operands and not operators on binary numbers."
417+
]
418+
},
414419
"c_cpp.configuration.vcFormat.space.aroundAssignmentOperator.description": "Spaces around assignment operators.",
415420
"c_cpp.configuration.vcFormat.space.pointerReferenceAlignment.description": "Spaces around pointer and reference operators.",
416421
"c_cpp.configuration.vcFormat.space.pointerReferenceAlignment.left.description": "Pointer and reference operators are aligned to the left.",

Extension/src/nativeStrings.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -157,8 +157,8 @@
157157
"fallback_to_64_bit_mode2": "Failed to query compiler. Falling back to 64-bit intelliSenseMode.",
158158
"fallback_to_no_bitness": "Failed to query compiler. Falling back to no bitness.",
159159
"intellisense_client_creation_aborted": "IntelliSense client creation aborted: {0}",
160-
"include_errors_config_provider_intellisense_disabled ": "#include errors detected based on information provided by the configurationProvider setting. IntelliSense features for this translation unit ({0}) will be provided by the Tag Parser.",
161-
"include_errors_config_provider_squiggles_disabled ": "#include errors detected based on information provided by the configurationProvider setting. Squiggles are disabled for this translation unit ({0}).",
160+
"include_errors_config_provider_intellisense_disabled": "#include errors detected based on information provided by the configurationProvider setting. IntelliSense features for this translation unit ({0}) will be provided by the Tag Parser.",
161+
"include_errors_config_provider_squiggles_disabled": "#include errors detected based on information provided by the configurationProvider setting. Squiggles are disabled for this translation unit ({0}).",
162162
"preprocessor_keyword": {
163163
"text": "preprocessor keyword",
164164
"hint": "Refers to C/C++ processor keywords"
@@ -479,6 +479,6 @@
479479
"refactor_extract_xborder_jump": "Jumps between the selected code and the surrounding code are present.",
480480
"refactor_extract_missing_return": "In the selected code, some control paths exit without setting the return value. This is supported only for scalar, numeric, and pointer return types.",
481481
"expand_selection": "Expand selection (to enable 'Extract to function')",
482-
"copilot_hover_link": "Generate Copilot summary",
483-
"file_not_found_in_path2": "\"{0}\" not found in compile_commands.json files. 'includePath' from c_cpp_properties.json in folder '{1}' will be used for this file instead."
482+
"file_not_found_in_path2": "\"{0}\" not found in compile_commands.json files. 'includePath' from c_cpp_properties.json in folder '{1}' will be used for this file instead.",
483+
"copilot_hover_link": "Generate Copilot summary"
484484
}

0 commit comments

Comments
 (0)