1.5.0-insiders3 (release candidate)
Pre-release
Pre-release
sean-mcmanus
released this
02 Jul 00:59
·
1352 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
Enhancement
- Add auto-detection of clang compilers on Windows (and different versions of cl.exe). #6718
- Stop adding .cu files to
files.associations
(switch to using setTextDocumentLanguage). #7359
Bug Fixes
- Add abort handling to recursive includes directory iteration. #6461
- Fix include completion with recursive includes in header files. #6842
- Add the get-task-allow entitlement to macOS binaries to enable call stacks to be obtained when SIP is enabled. #7412
- Fix
browse.path
being incorrect if an invalidcompileCommands
is set. #7737 - Fix incorrect error message when
C_Cpp.errorSquiggles
is"Enabled"
. #7744 - Fix compiler querying sometimes not working with Cygwin. #7751
Known Issues
- Compilers under
C:\Program Files\LLVM\bin
aren't auto-detected on Windows. #7767