Skip to content

Commit 1d28851

Browse files
committed
Update changelog for 1.19.8 (#12092)
1 parent 1aced54 commit 1d28851

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

Extension/CHANGELOG.md

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

3+
## Version 1.19.8: March 13, 2024
4+
### Bug Fixes
5+
* Fix a deadlock. [#12051](https://github.com/microsoft/vscode-cpptools/issues/12051)
6+
* Fix a crash that could occur when failing to query clang-cl.
7+
38
## Version 1.19.7: March 11, 2024
49
### Bug Fixes
510
* Fix some potential deadlocks. [#12051](https://github.com/microsoft/vscode-cpptools/issues/12051)

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

0 commit comments

Comments
 (0)