Skip to content

1.23.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@sean-mcmanus sean-mcmanus released this 30 Oct 00:57
· 10 commits to insiders since this release
381d696

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 (April 2022).
  • Windows 7+ (x64, arm64), macOS 10.12+, Linux (Ubuntu 16+, etc.).

Changes

Enhancements

  • Update to clang-format and clang-tidy 19.1.2. #12824
  • Enable #cpp with GitHub Copilot chat without C_Cpp.experimentalFeatures enabled. PR #12898

Bug Fixes

  • Fix some translation issues. #7824, #12439, #12440, #12441
  • Fix a bug with 'Select IntelliSense Configuration'. #12705
  • Fix newlines being removed from hover markdown code blocks. #12794
  • Fix clang-format using - instead of -- args. #12819
  • Fix processing of compile_commands.json generated by the clang -MJ option. #12837
  • Fix handling of -I and -isystem with the same path. #12842
  • Fix stale colorization due to delays in updating the open file version. PR #12851
  • Fix redundant progressive squiggle updates. PR #12876
  • Fix inactive regions with multi-byte UTF-8 characters. #12879
  • Fix some duplicate requests potentially not getting discarded.
  • Fix a random crash in start_process_and_wait_for_exit on Windows.