Skip to content

Commit f1f339e

Browse files
authored
Merge pull request #8260 from microsoft/coleng/update_changelog_1.7.0
2 parents a62acdb + d5e77d8 commit f1f339e

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

Extension/CHANGELOG.md

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

3-
## Version 1.7.0-insiders2: September 30, 2021
4-
### Bug Fixes
5-
* Reduce required version of glibc to 2.17 on Linux x64 systems. [#8192](https://github.com/microsoft/vscode-cpptools/issues/8192)
6-
7-
### Enhancements
8-
* Detect IntelliSenseMode target architecture for `cl.exe` based on its path. [#8044](https://github.com/microsoft/vscode-cpptools/issues/8044)
9-
10-
## Version 1.7.0-insiders: September 27, 2021
3+
## Version 1.7.0: October 13, 2021
114
### New Features
125
* Add a command to restart IntelliSense for a specific file. [#3727](https://github.com/microsoft/vscode-cpptools/issues/3727)
136
* Add support for macOS app bundles [#6726](https://github.com/microsoft/vscode-cpptools/issues/6726)
147
* [MIEngine#1091](https://github.com/microsoft/MIEngine/pull/1091)
158
* Add support for Go To / Peek Type Definition. [#7999](https://github.com/microsoft/vscode-cpptools/issues/7999)
169

1710
### Enhancements
11+
* Detect IntelliSenseMode target architecture for `cl.exe` based on its path. [#8044](https://github.com/microsoft/vscode-cpptools/issues/8044)
1812
* In generated build tasks, add a compiler arg to cause color to be displayed in gcc/clang output in terminal. [PR #8165](https://github.com/microsoft/vscode-cpptools/pull/8165)
13+
* Add new configuration `mergeConfigurations` that enables include paths, defines, and forced includes from c_cpp_properties.json to be merged with those provided by a configuration provider.
14+
* Thomas Willson (@willson556) [PR #8174](https://github.com/microsoft/vscode-cpptools/pull/8174)
1915

2016
### Bug Fixes
2117
* Fix an issue with signature help for overloaded constructors. [#1664](https://github.com/microsoft/vscode-cpptools/issues/1664)
@@ -39,6 +35,7 @@
3935
* Fix an issue with VC 14.0 headers not being found. [#8078](https://github.com/microsoft/vscode-cpptools/issues/8078)
4036
* Fix an issue with CUDA support with `compile_commands.json`. [#8091](https://github.com/microsoft/vscode-cpptools/issues/8091)
4137
* Fix an issue with `/kernel` arg to `cl.exe` for C files. [#8158](https://github.com/microsoft/vscode-cpptools/issues/8158)
38+
* Fix an issue where inactive regions no longer dimmed after switching between open files. [#8206](https://github.com/microsoft/vscode-cpptools/issues/8206)
4239

4340
## Version 1.6.0: August 24, 2021
4441
### New Features

0 commit comments

Comments
 (0)