From 82cc1b598ef63b45d017ae35cc4872ca240ebe3d Mon Sep 17 00:00:00 2001 From: Sean McManus Date: Mon, 28 Apr 2025 15:43:07 -0700 Subject: [PATCH] Minor fix. --- Extension/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Extension/CHANGELOG.md b/Extension/CHANGELOG.md index ac662dd8a..99ff1a72b 100644 --- a/Extension/CHANGELOG.md +++ b/Extension/CHANGELOG.md @@ -1,7 +1,7 @@ # C/C++ for Visual Studio Code Changelog ## Version 1.25.3: April 28, 2025 -### Enhancement +### Enhancements * Add a configuration warning message explaining why paths in quotes can't be found. [#11955](https://github.com/microsoft/vscode-cpptools/issues/11955) * Improve the description of the `C_Cpp.copilotHover` setting. [PR #13461](https://github.com/microsoft/vscode-cpptools/pull/13461)