File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 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 )
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.
You can’t perform that action at this time.
0 commit comments