From 22fda41b3d2cc14337ad6c5424725323f61ec612 Mon Sep 17 00:00:00 2001 From: Garrett Campbell Date: Tue, 17 Feb 2026 08:37:42 -0500 Subject: [PATCH 1/2] add extension dependency --- package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.json b/package.json index 7e41c01419..e5b5306dd8 100644 --- a/package.json +++ b/package.json @@ -69,6 +69,9 @@ "onLanguage:cmake", "onLanguage:cmake-cache" ], + "extensionPack": [ + "ms-vscode.cpp-devtools" + ], "main": "./dist/main", "contributes": { "icons": { From 38bd665f0e29a0988c5fb404d2d57833bb478fa1 Mon Sep 17 00:00:00 2001 From: Garrett Campbell Date: Wed, 18 Feb 2026 09:38:59 -0500 Subject: [PATCH 2/2] update changelog --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6a814f5b0d..00671e1c74 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -30,6 +30,11 @@ Bug Fixes: - Fix `$comment` not being accepted inside a cacheVariable object in CMake presets. [#4600](https://github.com/microsoft/vscode-cmake-tools/issues/4600) - Fix kits from `cmake.additionalKits` not being shown when `cmake.showSystemKits` is `false`. [#4651](https://github.com/microsoft/vscode-cmake-tools/issues/4651) +## 1.22.28 + +Improvements: +- Added extension pack with `ms-vscode.cpp-devtools` + ## 1.22.27 Bug Fixes: