Skip to content

Commit 81d0baa

Browse files
authored
Update changelog for 0.30.0-insiders5. (#6099)
* Update changelog for 0.30.0-insiders5. * Fix markup.
1 parent 99b198f commit 81d0baa

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

Extension/CHANGELOG.md

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

3+
## Version 0.30.0-insiders5: September 9, 2020
4+
### Enhancements
5+
* Prevent comments from being removed from `tasks.json` when the extension modifies it.
6+
* @dan-shaw [PR #5954](https://github.com/microsoft/vscode-cpptools/pull/5954)
7+
* Add workspace parsing diagnostics. [#6048](https://github.com/microsoft/vscode-cpptools/issues/6048)
8+
* Add `wmain` snippet on Windows. [#6064](https://github.com/microsoft/vscode-cpptools/issues/6064)
9+
10+
### Bug Fixes
11+
* Fix extension not creating `tasks.json` if the `.vscode` folder doesn’t exist. [#4280](https://github.com/microsoft/vscode-cpptools/issues/4280)
12+
* Fix IntelliSense completion crash regression. [#5960](https://github.com/microsoft/vscode-cpptools/issues/5960)
13+
* Fix error message with `Build and Debug Active File`. [#6071](https://github.com/microsoft/vscode-cpptools/issues/6071)
14+
315
## Version 0.30.0-insiders4: September 1, 2020
416
### New Features
517
* Support non-UTF-8 file encodings (GBK, UTF-16, etc.). [#414](https://github.com/microsoft/vscode-cpptools/issues/414)
@@ -11,7 +23,7 @@
1123
* Improve the download and installation progress bar. [#1961](https://github.com/microsoft/vscode-cpptools/issues/1961)
1224
* Add error codes and "C/C++" source to IntelliSense errors. [#2345](https://github.com/microsoft/vscode-cpptools/issues/2345)
1325
* Add link to the documentation in the configuration UI. [#5875](https://github.com/microsoft/vscode-cpptools/issues/5875)
14-
* Abhishek Pal (@devabhishekpal) [#PR 5991](https://github.com/microsoft/vscode-cpptools/pull/5991)
26+
* Abhishek Pal (@devabhishekpal) [PR #5991](https://github.com/microsoft/vscode-cpptools/pull/5991)
1527

1628
### Bug Fixes
1729
* Fix member completion in C code after an operator is used in an expression. [#2184](https://github.com/microsoft/vscode-cpptools/issues/2184)

0 commit comments

Comments
 (0)