1.13.0 (pre-release)
Pre-release
Pre-release
sean-mcmanus
released this
07 Sep 23:38
·
757 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.caseSensitiveFileSupport
for 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) attach
configuration 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.