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 979d86f + e58ea77 commit dfdb047Copy full SHA for dfdb047
Extension/CHANGELOG.md
@@ -1,5 +1,13 @@
1
# C/C++ for Visual Studio Code Change Log
2
3
+## Version 1.7.0-insiders2: Sept 30, 2021
4
+
5
+### Bug Fixes
6
+* Reduce required version of glibc to 2.17 on Linux x64 systems. [#8192](https://github.com/microsoft/vscode-cpptools/issues/8192)
7
8
+### Enhancements
9
+* Detect IntelliSenseMode target architecture for `cl.exe` based on its path. [#8044](https://github.com/microsoft/vscode-cpptools/issues/8044)
10
11
## Version 1.7.0-insiders: September 27, 2021
12
### New Features
13
* Add a command to restart IntelliSense for a specific file. [#3727](https://github.com/microsoft/vscode-cpptools/issues/3727)
0 commit comments