Fix native strings. (#13046)
This commit is contained in:
@@ -157,8 +157,8 @@
|
||||
"fallback_to_64_bit_mode2": "Failed to query compiler. Falling back to 64-bit intelliSenseMode.",
|
||||
"fallback_to_no_bitness": "Failed to query compiler. Falling back to no bitness.",
|
||||
"intellisense_client_creation_aborted": "IntelliSense client creation aborted: {0}",
|
||||
"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.",
|
||||
"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}).",
|
||||
"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.",
|
||||
"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}).",
|
||||
"preprocessor_keyword": {
|
||||
"text": "preprocessor keyword",
|
||||
"hint": "Refers to C/C++ processor keywords"
|
||||
@@ -479,6 +479,6 @@
|
||||
"refactor_extract_xborder_jump": "Jumps between the selected code and the surrounding code are present.",
|
||||
"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.",
|
||||
"expand_selection": "Expand selection (to enable 'Extract to function')",
|
||||
"copilot_hover_link": "Generate Copilot summary",
|
||||
"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."
|
||||
"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.",
|
||||
"copilot_hover_link": "Generate Copilot summary"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user