Skip to content

Commit 3263fab

Browse files
authored
Merge pull request #9455 from microsoft/seanmcm/1_10_7_cherrypick
Update version and changelog for 1.10.7. (#9454)
2 parents 77bdf4b + 3254d7d commit 3263fab

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

Extension/CHANGELOG.md

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

3+
## Version 1.10.7: June 15, 2022
4+
### Bug Fixes
5+
* Fix bugs with process creation on Windows (which caused IntelliSense to fail). [#9431](https://github.com/microsoft/vscode-cpptools/issues/9431)
6+
37
## Version 1.10.6: June 14, 2022
48
### Bug Fixes
59
* Fix `@responseFile` in `compilerArgs` not being handled on Linux/Mac. [#9434](https://github.com/microsoft/vscode-cpptools/issues/9434)
6-
* Fix debug preLaunchTask not working when `C_Cpp.intelliSenseEngine` is "Disabled". [#9446](https://github.com/microsoft/vscode-cpptools/issues/9446)
7-
* Make the `C_Cpp.legacyCompilerArgsBehavior" setting non-deprecated.
10+
* Fix debug preLaunchTask not working when `C_Cpp.intelliSenseEngine` is `"Disabled"`. [#9446](https://github.com/microsoft/vscode-cpptools/issues/9446)
11+
* Make the `C_Cpp.legacyCompilerArgsBehavior` setting non-deprecated.
812

913
## Version 1.10.5: June 8, 2022
1014
### New Features

Extension/package.json

Lines changed: 1 addition & 1 deletion
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.6-main",
5+
"version": "1.10.7-main",
66
"publisher": "ms-vscode",
77
"icon": "LanguageCCPP_color_128x.png",
88
"readme": "README.md",

0 commit comments

Comments
 (0)