Skip to content

Commit cd5aaaa

Browse files
authored
Fix native strings. (#13046)
1 parent d04d53e commit cd5aaaa

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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)