|
1 | 1 | # C/C++ for Visual Studio Code Changelog |
2 | 2 |
|
| 3 | +## Version 1.33.1: June 24, 2026 |
| 4 | +### Bug Fixes |
| 5 | +* Fix some crash regressions. |
| 6 | +* Fix IntelliSense incorrectly resolving `#include` files through a symbolic link after the target directory was deleted from disk. |
| 7 | +* Fix "tag parsing finished" status randomly getting reported too soon after a 'Reset IntelliSense Database' command. |
| 8 | + |
| 9 | +## Version 1.33.0: June 22, 2026 |
| 10 | +### New Feature |
| 11 | +* Unification of tag parsing with the VS implementation. In particular, it's now done using multiple parallel `cpptools-srv2` processes. [PR #14426](https://github.com/microsoft/vscode-cpptools/pull/14426) |
| 12 | + |
| 13 | +### Enhancements |
| 14 | +* Add the `debuginfod` launch option to the `cppdbg` debugger schema. [#14458](https://github.com/microsoft/vscode-cpptools/issues/14458), [#14460](https://github.com/microsoft/vscode-cpptools/issues/14460), [PR #14471](https://github.com/microsoft/vscode-cpptools/pull/14471), [PR #14506](https://github.com/microsoft/vscode-cpptools/pull/14506), [MIEngine#1562](https://github.com/microsoft/MIEngine/issues/1562) |
| 15 | +* Add the `ignoreRunWithoutDebuggingWarnings` property to allow 'Run without debugging' warnings to be suppressed. [#14515](https://github.com/microsoft/vscode-cpptools/issues/14515) |
| 16 | +* Various localization updates. |
| 17 | + |
| 18 | +### Bug Fixes |
| 19 | +* Fix an incorrect `invalid type conversion` IntelliSense error. [#11294](https://github.com/microsoft/vscode-cpptools/issues/11294) |
| 20 | +* Fix include completion (with recursive includes) still suggesting headers from a deleted folder. [#12636](https://github.com/microsoft/vscode-cpptools/issues/12636) |
| 21 | +* Add `important` to `C_Cpp.doxygen.sectionTags`. [PR #14473](https://github.com/microsoft/vscode-cpptools/pull/14473) |
| 22 | +* Update the minimum supported VS Code version to 1.77. [PR #14502](https://github.com/microsoft/vscode-cpptools/pull/14502) |
| 23 | +* Fix issues with the debugger `launch.json` schema. [PR #14523](https://github.com/microsoft/vscode-cpptools/pull/14523) |
| 24 | +* Fix `${env:VAR}` and `${env.VAR}` not expanding to an empty string when the environment variable is unset, to match VS Code's behavior. [PR #14535](https://github.com/microsoft/vscode-cpptools/pull/14535) |
| 25 | + * Thanks for the contribution. [@notable-equivalent](https://github.com/notable-equivalent) |
| 26 | +* Fix the `C_Cpp.refactoring.includeHeader` setting not honoring `always`. |
| 27 | +* Various other fixes found internally. |
| 28 | + |
3 | 29 | ## Version 1.32.2: April 28, 2026 |
4 | 30 | ### New Feature |
5 | 31 | * Add support for "Run without debugging". [#1201](https://github.com/microsoft/vscode-cpptools/issues/1201) |
|
0 commit comments