Skip to content

Commit 1c1f923

Browse files
committed
Update.
1 parent c07d4c2 commit 1c1f923

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Extension/CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,9 @@
1010
* Fix an IntelliSense squiggle on the wrong identifier when assigning to a constant member variable. [#14018](https://github.com/microsoft/vscode-cpptools/issues/14018)
1111
* Fix an IntelliSense error with `std::popcount`. [#14105](https://github.com/microsoft/vscode-cpptools/issues/14105)
1212
* Fix GitHub Copilot hover. [#14114](https://github.com/microsoft/vscode-cpptools/issues/14114)
13-
* Fix headers randomly using a header-only configuration from a configuration provider instead of using the source file's configuration. [#14126](https://github.com/microsoft/vscode-cpptools/issues/14126)
13+
* Fix headers sometimes using a header-only configuration from a configuration provider instead of the source file's configuration. [#14126](https://github.com/microsoft/vscode-cpptools/issues/14126)
1414
* Fix a reference in a `#define` not being found if it's directly after a `#include`. [#14130](https://github.com/microsoft/vscode-cpptools/issues/14130)
15+
* Fix a bug that could cause IntelliSense operations to fail when a document is closed during processing.
1516
* Fix a bug with internal buffer handling that could cause some IntelliSense operations to fail.
1617

1718
## Version 1.30.0: December 15, 2025

0 commit comments

Comments
 (0)