Skip to content

Commit 03c9918

Browse files
authored
Update changelog for 1.9.2. (#8950)
* Update changelog for 1.9.2.
1 parent 2cbe7d6 commit 03c9918

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

Extension/CHANGELOG.md

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

3+
## Version 1.9.2 (insiders3): March 1, 2022
4+
### New Feature
5+
* Add Alpine Linux arm64 support (VSIX).
6+
7+
### Enhancements
8+
* Read an existing `launch.json` when the `Run and Debug` button is used. [#8930](https://github.com/microsoft/vscode-cpptools/issues/8930)
9+
* Add `;` to `break` and `continue` completion keywords. [#8932](https://github.com/microsoft/vscode-cpptools/issues/8932)
10+
11+
### Bug Fixes
12+
* Add a "More Info" option when an incompatible VSIX is encountered. [PR #8920](https://github.com/microsoft/vscode-cpptools/pull/8920)
13+
* Fix a random crash on file open.
14+
* Fix some IntelliSense parsing bugs.
15+
316
## Version 1.9.1 (insiders2): February 24, 2022
417
### New Features
518
* Ship x64 debugger for CppVsdbg on Windows x64.

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

0 commit comments

Comments
 (0)