File tree Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Original file line number Diff line number Diff line change 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 )
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 )
You can’t perform that action at this time.
0 commit comments