Skip to content

Commit db1b1ce

Browse files
authored
Merge pull request #14570 from microsoft/main
Merge for 1.33.4 (pre-release)
2 parents c4d61f6 + 6f40e5b commit db1b1ce

3 files changed

Lines changed: 11 additions & 5 deletions

File tree

Extension/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# C/C++ for Visual Studio Code Changelog
22

3+
## Version 1.33.4: July 8, 2026
4+
### Bug Fixes
5+
* Fix the wording for the `#include` errors detected message. [#8227](https://github.com/microsoft/vscode-cpptools/issues/8227)
6+
* Fix another "directory_cache" crash.
7+
* Update some localization.
8+
39
## Version 1.33.3: July 6, 2026
410
### Enhancement
511
* Allow platform overrides in `cppbuild` tasks. [#11601](https://github.com/microsoft/vscode-cpptools/issues/11601)

Extension/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "cpptools",
33
"displayName": "C/C++",
44
"description": "C/C++ IntelliSense, debugging, and code browsing.",
5-
"version": "1.33.3-main",
5+
"version": "1.33.4-main",
66
"publisher": "ms-vscode",
77
"icon": "LanguageCCPP_color_128x.png",
88
"readme": "README.md",

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)