diff --git a/Extension/CHANGELOG.md b/Extension/CHANGELOG.md index 36915cfa6..513fc9dfa 100644 --- a/Extension/CHANGELOG.md +++ b/Extension/CHANGELOG.md @@ -1,5 +1,8 @@ # C/C++ for Visual Studio Code Change Log +## Version 1.4.1: June 8, 2021 +* Fix the configuration UI sometimes not populating initially with VS Code 1.56 or later. [#7641](https://github.com/microsoft/vscode-cpptools/issues/7641) + ## Version 1.4.0: May 27, 2021 ### New Features * Add a C++ walkthrough to the "Getting Started" page. [#7273](https://github.com/microsoft/vscode-cpptools/issues/7273) diff --git a/Extension/package.json b/Extension/package.json index 5dd42d012..f9afb5455 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.4.0-main", + "version": "1.4.1-main", "publisher": "ms-vscode", "icon": "LanguageCCPP_color_128x.png", "readme": "README.md",