1.22.3
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+, macOS 10.12+, Linux (Ubuntu 16+, etc.).
Changes
Enhancement
- Add support for providing additional context information to Copilot Chat. PR #12685
- Currently, it requires
"C_Cpp.experimentalFeatures": "enabled"
and typing#cpp
in the chat.
- Currently, it requires
Bug Fixes
- Fix the compiler selection control not keeping the list in sync with contents of the textbox. #7427
- Fix a string localization issue. #7824
- Stop logging duplicate compiler path messages. #12445
- Fix some crashes with recursive includes. #12643
- Fix a rare crash on macOS related to
get_memory_usage
. #12667 - Fix an issue with 'Extract to Function' formatting. #12677
- Fix a potential deadlock in
process_paths
. #12690