We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1d10e04 + d726367 commit 86f1a09Copy full SHA for 86f1a09
Extension/CHANGELOG.md
@@ -1,5 +1,11 @@
1
# C/C++ for Visual Studio Code Change Log
2
3
+## Version 1.6.0-insiders2: August 17, 2021
4
+### Bug Fixes
5
+* Fix issues with overlapping code folding ranges. [#7809](https://github.com/microsoft/vscode-cpptools/issues/7809)
6
+* Fix an issue with cppdbg debugging on Windows x64. [7971](https://github.com/microsoft/vscode-cpptools/issues/7971)
7
+* Fix an issue with VS <execution> header causing IntelliSense process crash. [7972](https://github.com/microsoft/vscode-cpptools/issues/7972)
8
+
9
## Version 1.6.0-insiders: August 12, 2021
10
### New Feature
11
* Added support for standard `.editorconfig` entries when using vcFormat. [#7920](https://github.com/microsoft/vscode-cpptools/issues/7920)
0 commit comments