1.3.0-insiders3
Pre-release
Pre-release
·
1821 commits
to insiders
since this 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, 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 incompileCommands. #7241- Aleksa Pavlovic (@aleksa2808) PR #7242