Skip to content

Commit 8dacea0

Browse files
committed
Update changelog
1 parent 04e93a9 commit 8dacea0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Extension/CHANGELOG.md

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

3-
## Version 1.0.1-insiders: September 16, 2020
3+
## Version 1.0.1: September 21, 2020
44
### Bug Fixes
55
* 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)
66
* 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)
7+
* Fix IntelliSense breaks when predefined macros are undefined. [#6147](https://github.com/microsoft/vscode-cpptools/issues/6147)
78

89
## Version 1.0.0: September 14, 2020
910
### New Features

0 commit comments

Comments
 (0)