Skip to content

Commit 74f12d8

Browse files
authored
Merge pull request #9447 from microsoft/seanmcm/1_10_6_cherryPick
Merge for 1.10.6
2 parents 872c86a + dc6b33e commit 74f12d8

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

Extension/CHANGELOG.md

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

3+
## Version 1.10.6: June 14, 2022
4+
### Bug Fixes
5+
* Fix `@responseFile` in `compilerArgs` not being handled on Linux/Mac. [#9434](https://github.com/microsoft/vscode-cpptools/issues/9434)
6+
* Make the `C_Cpp.legacyCompilerArgsBehavior" setting non-deprecated.
7+
38
## Version 1.10.5: June 8, 2022
49
### New Features
510
* Add code actions to apply clang-tidy fixes (and other actions). [#8476](https://github.com/microsoft/vscode-cpptools/issues/8476)

Extension/package.json

Lines changed: 2 additions & 3 deletions
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.10.5-main",
5+
"version": "1.10.6-main",
66
"publisher": "ms-vscode",
77
"icon": "LanguageCCPP_color_128x.png",
88
"readme": "README.md",
@@ -2670,8 +2670,7 @@
26702670
"type": "boolean",
26712671
"default": false,
26722672
"markdownDescription": "%c_cpp.configuration.legacyCompilerArgsBehavior.markdownDescription%",
2673-
"scope": "resource",
2674-
"deprecationMessage": "%c_cpp.configuration.legacyCompilerArgsBehavior.deprecationMessage%"
2673+
"scope": "resource"
26752674
}
26762675
}
26772676
},

0 commit comments

Comments
 (0)