Update changelog for 1.19.7 (#12081)

This commit is contained in:
Colen Garoutte-Carson
2024-03-08 10:29:55 -08:00
committed by GitHub
parent 699b3d52c5
commit 75ed1b5ec3
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -1,5 +1,10 @@
# C/C++ for Visual Studio Code Changelog
## Version 1.19.7: March 8, 2024
### Bug Fixes
* Fix a potential deadlock. [#12051](https://github.com/microsoft/vscode-cpptools/issues/12051)
* Fix a crash related to parsing concepts. [#12060](https://github.com/microsoft/vscode-cpptools/issues/12060)
## Version 1.19.6: March 6, 2024
### Enhancement
* Performance improvement.
+1 -1
View File
@@ -2,7 +2,7 @@
"name": "cpptools",
"displayName": "C/C++",
"description": "C/C++ IntelliSense, debugging, and code browsing.",
"version": "1.19.6-main",
"version": "1.19.7-main",
"publisher": "ms-vscode",
"icon": "LanguageCCPP_color_128x.png",
"readme": "README.md",