1.13.0 (pre-release)
Pre-release
Pre-release
·
1059 commits
to insiders
since this release
Instructions
Install it via using the Extensions view in VS Code and choosing the option "Switch to Pre-Release Version" or download a vsix that matches your OS from the "Download" dropdown in the "Version History" tab section on the Marketplace website) and then use the Extensions: Install from VSIX... command in VS Code (don't double-click the vsix or another app like VS might try to open it incorrectly).
Requirements
- VS Code 1.67.0 or later.
Changes
New Features
Enhancements
- Add
C_Cpp.caseSensitiveFileSupportfor enabling case sensitive file handling on Windows. #1994 - Add better build and debug task handling for when a compiler or debugger doesn't exist. #8836
Bug Fixes
- Fix
${workspaceFolder}not being resolved inC_Cpp.clang_format_style. #9786 - Fix extra comma in the generated the
(gdb) attachconfiguration inlaunch.json. #9818 - Fix include completion sorting extensionless headers (e.g. string) after headers with an extension (e.g. string.h).
Known Issues
- None so far.