From 2004af26e6d1629f4fb2b4cad201e9174686929c Mon Sep 17 00:00:00 2001 From: Garrett Campbell Date: Fri, 6 Dec 2024 15:43:48 -0500 Subject: [PATCH] update changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ec36d6660..14b2e05d9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ Features: executed. This adds test execution type, "Run with coverage", on the `ctest` section of the Testing tab. [#4040](https://github.com/microsoft/vscode-cmake-tools/issues/4040) +- Add basic CMake language services: quick hover and completions for CMake built-ins. [PR #4204](https://github.com/microsoft/vscode-cmake-tools/pull/4204) Improvements: