Skip to content

Commit bcc45e5

Browse files
committed
Update version number and changelog
1 parent df83a38 commit bcc45e5

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

Extension/CHANGELOG.md

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

3+
## Version 1.0.1: September 17, 2020
4+
### Bug Fixes
5+
* 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), [#6147](https://github.com/microsoft/vscode-cpptools/issues/6147)
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+
38
## Version 1.0.0: September 14, 2020
49
### New Features
510
* Support non-UTF-8 file encodings (GBK, UTF-16, etc.), excluding `files.autoGuessEncoding` support. [#414](https://github.com/microsoft/vscode-cpptools/issues/414)

Extension/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "cpptools",
33
"displayName": "C/C++",
44
"description": "C/C++ IntelliSense, debugging, and code browsing.",
5-
"version": "1.0.0",
5+
"version": "1.0.1-master",
66
"publisher": "ms-vscode",
77
"icon": "LanguageCCPP_color_128x.png",
88
"readme": "README.md",

0 commit comments

Comments
 (0)