Skip to content

Commit 3555e2f

Browse files
committed
Update changelog for 1.13.6 (again). (#10228)
1 parent cf2ebd7 commit 3555e2f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Extension/CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# C/C++ for Visual Studio Code Changelog
22

3-
## Version 1.13.6: November 30, 2022
3+
## Version 1.13.6: December 6, 2022
44
### New Features
55
* Add the ability to generate definitions from declarations and vice versa. [#664](https://github.com/microsoft/vscode-cpptools/issues/664)
66
* Add SSH Target Selector. [PR #9760](https://github.com/microsoft/vscode-cpptools/pull/9760)
@@ -68,6 +68,7 @@
6868
* Fix include completion sorting extensionless headers (e.g. string) after headers with an extension (e.g. string.h).
6969
* Fix extensionHost logging an error related to onWillSaveTextDocument whenever a save is done.
7070
* Fix random "Failed to spawn IntelliSense process" on Mac.
71+
* Fix a deadlock when IntelliSense errors are updating.
7172
* Fix redundant rescan when adding a workspace folder.
7273

7374
### Removed Feature

0 commit comments

Comments
 (0)