From 2199ec324d0074253522695863314d52621d83ec Mon Sep 17 00:00:00 2001 From: Sean McManus Date: Thu, 18 Feb 2021 17:48:21 -0800 Subject: [PATCH] Update changelog for 1.2.2-insiders2. (#6996) --- Extension/CHANGELOG.md | 5 +++++ Extension/package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/Extension/CHANGELOG.md b/Extension/CHANGELOG.md index e78471fc1b..16fcc320bd 100644 --- a/Extension/CHANGELOG.md +++ b/Extension/CHANGELOG.md @@ -1,5 +1,10 @@ # C/C++ for Visual Studio Code Change Log +## Version 1.2.2-insiders2: February 18, 2021 +### Bug Fixes +* Fix an extension activation failure when a non-existent folder exists in the workspace. [#6981](https://github.com/microsoft/vscode-cpptools/issues/6981) +* Fix a regression with handling of -isysroot/--sysroot compiler arguments. [#6992](https://github.com/microsoft/vscode-cpptools/issues/6992) + ## Version 1.2.2-insiders: February 17, 2021 ### Bug Fixes * Fix for random IntelliSense communication failures on Mac. Potentially fixes: [#6809](https://github.com/microsoft/vscode-cpptools/issues/6809), [#6958](https://github.com/microsoft/vscode-cpptools/issues/6958) diff --git a/Extension/package.json b/Extension/package.json index 7317ee2d60..8a58bfc80e 100644 --- a/Extension/package.json +++ b/Extension/package.json @@ -2,7 +2,7 @@ "name": "cpptools", "displayName": "C/C++", "description": "C/C++ IntelliSense, debugging, and code browsing.", - "version": "1.2.1-main", + "version": "1.2.2-main", "publisher": "ms-vscode", "icon": "LanguageCCPP_color_128x.png", "readme": "README.md",