1.13.2
Pre-release
Pre-release
sean-mcmanus
released this
06 Oct 14:00
·
725 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
Enhancements
- Enable the inlay hint settings to be set per-workspace folder. #9782
- Switch from RapidJSON to VS's internal JSON parser.
Bug Fixes
- Fix some invalid macro redefinition errors. #9435
- Reduce the occurrence of wordexp getting stuck. #9688
- Fix the position of inlay parameter hints when using at or operator[]. #9741
- Fix IntelliSense crash with range-v3
ranges::views::addressof
. #9870 - Fix slow compiler querying. #9882
- Fix clang-tidy errors related to
__SSE__
defines when gcc is used. #9898 - Fix issue with parsing SSH configurations that could cause the extension to fail to activate. #9933