1.22.6
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 an issue with usage of
#cpp
with Copilot chat. vscode-copilot-release#1634 - Fix a performance regression with tag parsing.
- Fix a document buffer issue related to edits within files containing multi-byte characters.