From 50da8efb511bb29078143a0c539fcd5088cd3055 Mon Sep 17 00:00:00 2001 From: Luca <681992+lukka@users.noreply.github.com> Date: Wed, 21 May 2025 13:59:36 -0700 Subject: [PATCH] add note about C++ Copilot suggestions improvement (#13624) --- Extension/CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Extension/CHANGELOG.md b/Extension/CHANGELOG.md index 9bc14b104..c457dfe44 100644 --- a/Extension/CHANGELOG.md +++ b/Extension/CHANGELOG.md @@ -1,6 +1,9 @@ # C/C++ for Visual Studio Code Changelog ## Version 1.26.0: May 22, 2025 +### New Feature +* Improve the context provided for C++ Copilot suggestions. + ### Enhancement * Add support for c++26/2c, gnu++26/2c, and c++23preview configurations. [#12963](https://github.com/microsoft/vscode-cpptools/issues/12963), [#13133](https://github.com/microsoft/vscode-cpptools/issues/13133)