Skip to content

Commit 6b1fe63

Browse files
authored
Update changelog for 1.19.2 (#11885)
1 parent 821fbb3 commit 6b1fe63

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
@@ -1,6 +1,6 @@
11
# C/C++ for Visual Studio Code Changelog
22

3-
## Version 1.19.2: January 17, 2024
3+
## Version 1.19.2: January 22, 2024
44
### Enhancements
55
* Implement progressive population of IntelliSense results. [#7759](https://github.com/microsoft/vscode-cpptools/issues/7759)
66
* Improve memory efficiency by using token parsing in the 'Add #include' feature. [#11515](https://github.com/microsoft/vscode-cpptools/issues/11515)
@@ -17,6 +17,7 @@
1717
* Fix German code analysis translations. [PR #11845](https://github.com/microsoft/vscode-cpptools/pull/11845)
1818
* Thank you for the contribution [@Sir2B (Tobias Obermayer)](https://github.com/Sir2B)
1919
* Fix an EACCES error when using include wildcards with system includes. [#11833](https://github.com/microsoft/vscode-cpptools/issues/11833)
20+
* Fix IntelliSense passes occurring while a user is typing, not honoring the `C_Cpp.intelliSenseUpdateDelay` setting.
2021
* Fix a call hierarchy bug leading to use of header-only TU's unnecessarily.
2122
* Fix a bug that could lead to missing TU source file candidates.
2223
* Fix a "random" IntelliSense crash during completion.

0 commit comments

Comments
 (0)