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: 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": {