|
157 | 157 | "fallback_to_64_bit_mode2": "Failed to query compiler. Falling back to 64-bit intelliSenseMode.",
|
158 | 158 | "fallback_to_no_bitness": "Failed to query compiler. Falling back to no bitness.",
|
159 | 159 | "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}).", |
162 | 162 | "preprocessor_keyword": {
|
163 | 163 | "text": "preprocessor keyword",
|
164 | 164 | "hint": "Refers to C/C++ processor keywords"
|
|
479 | 479 | "refactor_extract_xborder_jump": "Jumps between the selected code and the surrounding code are present.",
|
480 | 480 | "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.",
|
481 | 481 | "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" |
484 | 484 | }
|
0 commit comments