From 04e93a9bb49bdec20bdabb3ac7ee80c621592ea7 Mon Sep 17 00:00:00 2001 From: "Bob Brown (DEVDIV)" Date: Wed, 16 Sep 2020 15:55:32 -0700 Subject: [PATCH] update changelog --- Extension/CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Extension/CHANGELOG.md b/Extension/CHANGELOG.md index 85d98fcb52..6efd9ccd9b 100644 --- a/Extension/CHANGELOG.md +++ b/Extension/CHANGELOG.md @@ -1,8 +1,8 @@ # C/C++ for Visual Studio Code Change Log -## Version 1.0.1: September 17, 2020 +## Version 1.0.1-insiders: September 16, 2020 ### Bug Fixes -* Fix IntelliSense breaks on linux/macOS when `#error` directives or certain attribute flags are present in the source code. [#6009](https://github.com/microsoft/vscode-cpptools/issues/6009), [#6114](https://github.com/microsoft/vscode-cpptools/issues/6114) +* Fix IntelliSense breaks on linux/macOS when `#error` directives are present in the source code. [#6009](https://github.com/microsoft/vscode-cpptools/issues/6009), [#6114](https://github.com/microsoft/vscode-cpptools/issues/6114) * Fix issue on Windows with the language server not shutting down properly which causes the IntelliSense database to become corrupted. [PR #6141](https://github.com/microsoft/vscode-cpptools/issues/6141) ## Version 1.0.0: September 14, 2020