diff --git a/CHANGELOG.md b/CHANGELOG.md index eaeb002295..afb535fa63 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -27,6 +27,7 @@ Improvements: - Append `cmake` to diagnostics that this extension contributes to the Problems Pane. [PR #4766](https://github.com/microsoft/vscode-cmake-tools/pull/4766) - Set the `VSCODE_CMAKE_TOOLS` environment variable for all spawned subprocesses so that `CMakeLists.txt` can detect when CMake is run from VS Code. [#4233](https://github.com/microsoft/vscode-cmake-tools/issues/4233) - Honor `debugger.workingDirectory` from the CMake File API when debugging a target, so that the `DEBUGGER_WORKING_DIRECTORY` target property is used as the debugger working directory. [#4595](https://github.com/microsoft/vscode-cmake-tools/issues/4595) +- Removed extension pack dependency on `ms-vscode.cpp-devtools` Bug Fixes: - Users can now debug with or without launch configurations from the test explorer. `cmake.ctest.neverDebugTestsWithLaunchConfiguration` can be set to `true` to bypass the quick pick menu where the launch configuration is selected. [#4790](https://github.com/microsoft/vscode-cmake-tools/issues/4790) diff --git a/package.json b/package.json index 181ccf438a..7b87a43433 100644 --- a/package.json +++ b/package.json @@ -69,9 +69,6 @@ "onLanguage:cmake", "onLanguage:cmake-cache" ], - "extensionPack": [ - "ms-vscode.cpp-devtools" - ], "main": "./dist/main", "contributes": { "icons": {