Skip to content

Commit ae7fa0d

Browse files
authored
Update changelog and version for 1.6.0 (#8035)
1 parent f5d1567 commit ae7fa0d

File tree

2 files changed

+7
-12
lines changed

2 files changed

+7
-12
lines changed

Extension/CHANGELOG.md

+6-11
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,11 @@
11
# C/C++ for Visual Studio Code Change Log
22

3-
## Version 1.6.0-insiders3: August 18, 2021
4-
### Bug Fixes
5-
* Fix insiders update install loop for remote scenarios. [#8000](https://github.com/microsoft/vscode-cpptools/issues/8000)
6-
7-
## Version 1.6.0-insiders2: August 17, 2021
8-
### Bug Fixes
9-
* Fix issues with overlapping code folding ranges. [#7809](https://github.com/microsoft/vscode-cpptools/issues/7809)
10-
* Fix an issue with cppdbg debugging on Windows x64. [#7971](https://github.com/microsoft/vscode-cpptools/issues/7971)
11-
* Fix an issue with VS `<execution>` header causing IntelliSense process crash. [#7972](https://github.com/microsoft/vscode-cpptools/issues/7972)
12-
13-
## Version 1.6.0-insiders: August 12, 2021
3+
## Version 1.6.0: August 24, 2021
144
### New Feature
155
* Added support for standard `.editorconfig` entries when using vcFormat. [#7920](https://github.com/microsoft/vscode-cpptools/issues/7920)
166
* Debug Step Granularity for cppdbg [MIEngine#1169](https://github.com/microsoft/MIEngine/pull/1169)
177
* Thank you for the contribution @Trass3r
8+
* InstructionBreakpoints for cppdbg [MIEgnine#1192](https://github.com/microsoft/MIEngine/pull/1192)
189

1910
### Enhancements
2011
* Debugger now runs on .NET 5 [#7858](https://github.com/microsoft/vscode-cpptools/pull/7858)
@@ -40,6 +31,10 @@
4031
* Fix an issue with support detection on Android. [#7906](https://github.com/microsoft/vscode-cpptools/issues/7906)
4132
* Fix a bug with handling of `"C_Cpp.vcFormat.newLine.beforeOpenBrace.block": "newLine"`. [#7926](https://github.com/microsoft/vscode-cpptools/issues/7926)
4233
* Fix Disassembly view is blank on linux [#7960](https://github.com/microsoft/vscode-cpptools/issues/7960)
34+
* Fix an issue with cppdbg debugging on Windows x64. [#7971](https://github.com/microsoft/vscode-cpptools/issues/7971)
35+
* Fix an issue with VS `<execution>` header causing IntelliSense process crash. [#7972](https://github.com/microsoft/vscode-cpptools/issues/7972)
36+
* Fix insiders update install loop for remote scenarios. [#8000](https://github.com/microsoft/vscode-cpptools/issues/8000)
37+
* Fix MacOS unable to use external terminal to debug [#8008](https://github.com/microsoft/vscode-cpptools/issues/8008)
4338

4439
## Version 1.5.1: July 9, 2021
4540
### Bug Fixes

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

0 commit comments

Comments
 (0)