We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a18982 commit af7f6ceCopy full SHA for af7f6ce
Extension/CHANGELOG.md
@@ -1,9 +1,10 @@
1
# C/C++ for Visual Studio Code Changelog
2
3
-## Version 1.19.7: March 8, 2024
+## Version 1.19.7: March 11, 2024
4
### Bug Fixes
5
-* Fix a potential deadlock. [#12051](https://github.com/microsoft/vscode-cpptools/issues/12051)
+* Fix some potential deadlocks. [#12051](https://github.com/microsoft/vscode-cpptools/issues/12051)
6
* Fix a crash related to parsing concepts. [#12060](https://github.com/microsoft/vscode-cpptools/issues/12060)
7
+* Fix a cpptools crash that can occur if cpptools-srv crashes on initialization.
8
9
## Version 1.19.6: March 6, 2024
10
### Enhancement
0 commit comments