You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"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 for this file 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,7 +120,7 @@
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 for this file 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,7 +158,7 @@
158
158
"fallback_to_no_bitness": "Failed to query compiler. Falling back to no bitness.",
"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 for this file 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"
@@ -699,4 +699,4 @@
699
699
"help_allow_missing_lsp_config": "Allow the server to start even if the specified --lsp-config file does not exist.",
700
700
"initialize_failed_during_engine_setup": "Initialization failed during engine setup.",
0 commit comments