Skip to content

Commit 24d299f

Browse files
authored
Rewording an error message (#14561)
* Rewording an error message
1 parent bbf1ad3 commit 24d299f

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

Extension/src/nativeStrings.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"edit_include_path": "Edit \"includePath\" setting",
1111
"disable_error_squiggles": "Disable error squiggles",
1212
"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.",
1414
"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.",
1515
"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.",
1616
"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 @@
120120
"formatting_diff": "Formatting diffed output:",
121121
"disable_inactive_regions": "Disable inactive region colorization",
122122
"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.",
124124
"cannot_reset_database": "The IntelliSense database could not be reset. To manually reset, close all VS Code instances and then delete this file: {0}",
125125
"formatting_failed_see_output": "Formatting failed. See the output window for details.",
126126
"populating_include_completion_cache": "Populating include completion cache.",
@@ -158,7 +158,7 @@
158158
"fallback_to_no_bitness": "Failed to query compiler. Falling back to no bitness.",
159159
"intellisense_client_creation_aborted": "IntelliSense client creation aborted: {0}",
160160
"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.",
162162
"preprocessor_keyword": {
163163
"text": "preprocessor keyword",
164164
"hint": "Refers to C/C++ processor keywords"
@@ -699,4 +699,4 @@
699699
"help_allow_missing_lsp_config": "Allow the server to start even if the specified --lsp-config file does not exist.",
700700
"initialize_failed_during_engine_setup": "Initialization failed during engine setup.",
701701
"important_label": "Important:"
702-
}
702+
}

0 commit comments

Comments
 (0)