|
10 | 10 | "edit_include_path": "Edit \"includePath\" setting", |
11 | 11 | "disable_error_squiggles": "Disable error squiggles", |
12 | 12 | "enable_error_squiggles": "Enable all error squiggles", |
13 | | - "include_errors_update_include_path_squiggles_disables": "#include errors detected. Please update your includePath. Squiggles are disabled for this translation unit ({0}).", |
| 13 | + "include_errors_update_include_path_squiggles_disabled2": "#include errors detected. Please update your includePath. Syntax errors will not be reported until included files are found.", |
14 | 14 | "include_errors_update_include_path_intellisense_disabled": "#include errors detected. Please update your includePath. IntelliSense features for this translation unit ({0}) will be provided by the Tag Parser.", |
15 | 15 | "include_errors_update_compile_commands_or_include_path_intellisense_disabled": "#include errors detected. Consider updating your compile_commands.json or includePath. IntelliSense features for this translation unit ({0}) will be provided by the Tag Parser.", |
16 | 16 | "could_not_parse_compile_commands": "\"{0}\" could not be parsed. 'includePath' from c_cpp_properties.json in folder '{1}' will be used instead.", |
|
120 | 120 | "formatting_diff": "Formatting diffed output:", |
121 | 121 | "disable_inactive_regions": "Disable inactive region colorization", |
122 | 122 | "error_limit_exceeded": "Error limit exceeded, {0} error(s) not reported.", |
123 | | - "include_errors_update_compile_commands_or_include_path_squiggles_disabled": "#include errors detected. Consider updating your compile_commands.json or includePath. Squiggles are disabled for this translation unit ({0}).", |
| 123 | + "include_errors_update_compile_commands_or_include_path_squiggles_disabled2": "#include errors detected. Consider updating your compile_commands.json or includePath. Syntax errors will not be reported until included files are found.", |
124 | 124 | "cannot_reset_database": "The IntelliSense database could not be reset. To manually reset, close all VS Code instances and then delete this file: {0}", |
125 | 125 | "formatting_failed_see_output": "Formatting failed. See the output window for details.", |
126 | 126 | "populating_include_completion_cache": "Populating include completion cache.", |
|
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 | 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}).", |
| 161 | + "include_errors_config_provider_squiggles_disabled2": "#include errors detected based on information provided by the configurationProvider setting. Syntax errors will not be reported until included files are found.", |
162 | 162 | "preprocessor_keyword": { |
163 | 163 | "text": "preprocessor keyword", |
164 | 164 | "hint": "Refers to C/C++ processor keywords" |
|
0 commit comments