Skip to content

Commit 93cc277

Browse files
Merge pull request #11126 from microsoft/mimatias/patch
1.16.3 changelog (#11125)
2 parents 82671ea + 9d84cad commit 93cc277

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

Extension/CHANGELOG.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
# C/C++ for Visual Studio Code Changelog
22

3-
## Version 1.16.2: June 22, 2023
3+
## Version 1.16.3: June 23, 2023
4+
### Bug Fix
5+
* Fix "cout is ambiguous" error. [#11122](https://github.com/microsoft/vscode-cpptools/issues/11122)
46

7+
## Version 1.16.2: June 22, 2023
58
### New Features
69
* Add Call Hierarchy. [#16](https://github.com/microsoft/vscode-cpptools/issues/16)
710
* Add "Copy Definition" and "Copy Declaration" code actions (for when the default Create placement isn't desired). [#10238](https://github.com/microsoft/vscode-cpptools/issues/10238), [#10942](https://github.com/microsoft/vscode-cpptools/issues/10942)
@@ -17,7 +20,7 @@
1720

1821
### Bug Fixes
1922
* Fix an IntelliSense parsing bug with C++20 ranges. [#8039](https://github.com/microsoft/vscode-cpptools/issues/8039)
20-
* Fix incorrect insertion of Create Declaration/Definition when it also adds a #include. [#10464](https://github.com/microsoft/vscode-cpptools/issues/#10464)
23+
* Fix incorrect insertion of Create Declaration/Definition when it also adds a #include. [#10464](https://github.com/microsoft/vscode-cpptools/issues/10464)
2124
* Fix an IntelliSense bug with user-defined floating-point literals. [#10837](https://github.com/microsoft/vscode-cpptools/issues/10837)
2225
* Fix deadlock with Find All References. [#10855](https://github.com/microsoft/vscode-cpptools/issues/10855)
2326
* Fix performance issues on machines with > 32 threads. [#10874](https://github.com/microsoft/vscode-cpptools/issues/10874)

Extension/package.json

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

0 commit comments

Comments
 (0)