Skip to content

Commit 911c04b

Browse files
authored
Update changelog for 1.22.7. (#12790)
* Update changelog for 1.22.7.
1 parent 4c0a9ea commit 911c04b

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

Extension/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# C/C++ for Visual Studio Code Changelog
22

3+
## Version 1.22.7: September 30, 2024
4+
### Enhancement
5+
* The .vsix and .js files are now signed. [#12725](https://github.com/microsoft/vscode-cpptools/issues/12725), [#12744](https://github.com/microsoft/vscode-cpptools/issues/12744)
6+
7+
### Bug Fixes
8+
* Fix some Copilot-related issues. [PR #12773](https://github.com/microsoft/vscode-cpptools/pull/12773)
9+
* Fix an issue preventing use of a full command line in `compilerPath`. [PR #12774](https://github.com/microsoft/vscode-cpptools/pull/12774)
10+
* Fix an infinite loop on shutdown after changing the selected settings.
11+
* Fix a crash (from `insert_lines`).
12+
313
## Version 1.22.6: September 25, 2024
414
### Bug Fixes
515
* Fix an issue with usage of `#cpp` with Copilot chat. [vscode-copilot-release#1634](https://github.com/microsoft/vscode-copilot-release/issues/1634)

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

0 commit comments

Comments
 (0)