File tree 2 files changed +8
-3
lines changed
2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 160
160
"c_cpp.configuration.vcFormat.space.removeBeforeSemicolon.description" : " 将移除每个分号前的空格。" ,
161
161
"c_cpp.configuration.vcFormat.space.insertAfterSemicolon.description" : " 在每个分号后面插入一个空格。" ,
162
162
"c_cpp.configuration.vcFormat.space.removeAroundUnaryOperator.description" : " 移除一元运算符和操作数之间的空格。" ,
163
- "c_cpp.configuration.vcFormat.space.aroundBinaryOperator.description" : " 二进制运算符周围的空格 。" ,
163
+ "c_cpp.configuration.vcFormat.space.aroundBinaryOperator.description" : " 二元运算符周围的空格 。" ,
164
164
"c_cpp.configuration.vcFormat.space.aroundAssignmentOperator.description" : " 赋值运算符周围的空格。" ,
165
165
"c_cpp.configuration.vcFormat.space.pointerReferenceAlignment.description" : " 指针和引用运算符周围的空格。" ,
166
166
"c_cpp.configuration.vcFormat.space.pointerReferenceAlignment.left.description" : " 指针和引用运算符左对齐。" ,
449
449
"c_cpp.configuration.refactoring.includeHeader.never.description" : " 从不包含头文件。" ,
450
450
"c_cpp.languageModelTools.configuration.displayName" : " C/C++ 配置" ,
451
451
"c_cpp.languageModelTools.configuration.userDescription" : " 活动 C 或 C++ 文件的配置,例如语言标准版本和目标平台。"
452
- }
452
+ }
Original file line number Diff line number Diff line change 410
410
"c_cpp.configuration.vcFormat.space.removeBeforeSemicolon.description" : " Spaces are removed before every semicolon." ,
411
411
"c_cpp.configuration.vcFormat.space.insertAfterSemicolon.description" : " A space is inserted after every semicolon." ,
412
412
"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
+ },
414
419
"c_cpp.configuration.vcFormat.space.aroundAssignmentOperator.description" : " Spaces around assignment operators." ,
415
420
"c_cpp.configuration.vcFormat.space.pointerReferenceAlignment.description" : " Spaces around pointer and reference operators." ,
416
421
"c_cpp.configuration.vcFormat.space.pointerReferenceAlignment.left.description" : " Pointer and reference operators are aligned to the left." ,
You can’t perform that action at this time.
0 commit comments