You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Extension/CHANGELOG.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,10 @@
1
1
# C/C++ for Visual Studio Code Change Log
2
2
3
-
## Version 1.0.1-insiders: September 16, 2020
3
+
## Version 1.0.1: September 21, 2020
4
4
### Bug Fixes
5
5
* 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)
6
6
* 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)
0 commit comments