Skip to content

Commit 0e4f43e

Browse files
committed
Update changelog for 1.33.1.
1 parent 6ea023c commit 0e4f43e

2 files changed

Lines changed: 7 additions & 1 deletion

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.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+
39
## Version 1.33.0: June 22, 2026
410
### New Feature
511
* 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)

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.0-main",
5+
"version": "1.33.1-main",
66
"publisher": "ms-vscode",
77
"icon": "LanguageCCPP_color_128x.png",
88
"readme": "README.md",

0 commit comments

Comments
 (0)