1.23.4 (release candidate 2)
Pre-release
Pre-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 (April 2022).
- Windows 7+ (x64, arm64), macOS 10.12+, Linux (Ubuntu 16+, etc.).
Changes
Bug Fixes
- Fix some localization issues. #12909, #13090
- Fix a couple bugs with
.editorConfig
handling. PR #13140 - Fix a bug when processing a file with invalid multi-byte sequences. #13150
- Fix a potential telemetry issue with Copilot hover. PR #13158
- Fix a crash when Copilot hover is used on code with no definition file (e.g. literals).
- Update clang-format and clang-tidy from 19.1.6 to 19.1.7.
- Update vsdbg from 17.12.10729.1 to 17.13.20115.1.
- Fix
libiconv.dll
not being signed on Windows.