Skip to content

Commit 5f8d072

Browse files
authored
Update CHANGELOG for 1.19.2 (#11871)
1 parent f84f285 commit 5f8d072

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

Extension/CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,27 @@
11
# C/C++ for Visual Studio Code Changelog
22

3+
## Version 1.19.2: January 17, 2024
4+
### Enhancements
5+
* Implement progressive population of IntelliSense results. [#7759](https://github.com/microsoft/vscode-cpptools/issues/7759)
6+
* Improve the types supported for the 'Add #include' code action.
7+
* Various performance improvements.
8+
9+
### Bug Fixes
10+
* Fix shell escaping for `cppbuild` task command line arguments. [#11422](https://github.com/microsoft/vscode-cpptools/issues/11422)
11+
* Fix IntelliSense not updating when a `#include` is added from a refactor command. [#11549](https://github.com/microsoft/vscode-cpptools/issues/11549)
12+
* Fix formatting not working in headers after using 'Extract to Function'. [#11729](https://github.com/microsoft/vscode-cpptools/issues/11729)
13+
* Fix document symbol requests not checking for cancellation. [#11750](https://github.com/microsoft/vscode-cpptools/issues/11750)
14+
* Fix code analysis results getting cleared after there's a configuration update. [#11790](https://github.com/microsoft/vscode-cpptools/issues/11790)
15+
* Fix an exception getting thrown if IntelliSense is disabled but a configuration provider is registered. [#11795](https://github.com/microsoft/vscode-cpptools/issues/11795)
16+
* Fix German code analysis translations. [PR #11845](https://github.com/microsoft/vscode-cpptools/pull/11845)
17+
* Thank you for the contribution [@Sir2B (Tobias Obermayer)](https://github.com/Sir2B)
18+
* Fix an EACCES error when using include wildcards with system includes. [#11833](https://github.com/microsoft/vscode-cpptools/issues/11833)
19+
* Fix a call hierarchy bug leading to use of header-only TU's unnecessarily.
20+
* Fix a bug that could lead to missing TU source file candidates.
21+
* Fix a "random" IntelliSense crash during completion.
22+
* Fix a crash if access to `/dev/urandom` is restricted.
23+
* Lots of other minor fixes.
24+
325
## Version 1.19.1: November 21, 2023
426
### Bug Fixes
527
* Fix `Add '#include'` code actions for Mac frameworks. [#11579](https://github.com/microsoft/vscode-cpptools/issues/11579)

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

0 commit comments

Comments
 (0)