0.30.0-insiders5
Pre-release
Pre-release
Instructions
Set the "C_Cpp.updateChannel" setting to "Insiders" to auto-install the latest Insiders vsix ("extensions.autoUpdate" needs to be true
too). Or if that doesn't work (e.g. for remote ARM machines), manually download the vsix that matches the target OS and run the "Install from VSIX" command in VS Code (don't double click the vsix).
Requirements
- VS Code 1.44.0 or later.
Changes
Enhancements
- Prevent comments from being removed from
tasks.json
when the extension modifies it. - Add workspace parsing diagnostics. #6048
- Add
wmain
snippet on Windows. #6064
Bug Fixes
- Fix extension not creating
tasks.json
if the.vscode
folder doesn’t exist. #4280 - Fix IntelliSense completion crash regression. #5960
- Fix error message with
Build and Debug Active File
. #6071
Known Issues
- None so far.