Skip to content

1.3.0-insiders3

Pre-release
Pre-release
Compare
Choose a tag to compare
@Colengms Colengms released this 01 Apr 22:23
· 1519 commits to insiders since this release
33eb2f6

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.

Changes

New Features

  • Add commands for navigating to matching preprocessor directives in conditional groups. #7256

Bug Fixes

  • Fix detection of bitness for compilers targeting esp32. #7034
  • Fix comment continuations. PR #7238
  • Fix bug when ${workspaceFolder} is used in compileCommands. #7241