Skip to content

1.3.0-insiders4

Pre-release
Pre-release
Compare
Choose a tag to compare
@michelleangela michelleangela released this 07 Apr 03:50
· 1446 commits to insiders since this release
0edf6c3

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, 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.53.0 or later.

New Features

  • Add native language service binaries for ARM64 Mac. #6595

Enhancements

  • Add auto-closing of include completion brackets. #7054
  • Add a C_Cpp.files.exclude setting, which is identical to files.exclude except items aren't excluded from the Explorer view. PR #7285

Bug Fixes

  • Fix directory iteration to check files.exclude and symlinks and use less memory. #3123, #4206, #6864
  • Fix bug with placement new on Windows with gcc mode. #6246
  • Fix GoToNextDirectiveInGroup command for multiroot. #7283
  • Fix field requirements for custom configurations. PR #7295
  • Fix integrity hash checking of downloaded packages for the extension. PR #7300