Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbrow committed Sep 16, 2020
1 parent a17c8e6 commit 04e93a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Extension/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 04e93a9

Please sign in to comment.