Skip to content

Commit 54dfea2

Browse files
committed
Remove extensionPack (#4800)
1 parent 948ce78 commit 54dfea2

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ Improvements:
2525
- Display info tooltip when hovering over CMake policy identifiers (e.g., `CMP0177`), showing the CMake version that introduced the policy, a short description, and a link to the official documentation. [#4544](https://github.com/microsoft/vscode-cmake-tools/issues/4544)
2626
- Append `cmake` to diagnostics that this extension contributes to the Problems Pane. [PR #4766](https://github.com/microsoft/vscode-cmake-tools/pull/4766)
2727
- 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)
28+
- Removed extension pack dependency on `ms-vscode.cpp-devtools`
2829

2930
Bug Fixes:
3031
- Fix `cmake.buildTask` build failures not aborting debug launches. When `${command:cmake.launchTargetPath}` is used in `launch.json`, a failed build now correctly prevents the stale executable from being launched. [#3389](https://github.com/microsoft/vscode-cmake-tools/issues/3389)

package.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,6 @@
6969
"onLanguage:cmake",
7070
"onLanguage:cmake-cache"
7171
],
72-
"extensionPack": [
73-
"ms-vscode.cpp-devtools"
74-
],
7572
"main": "./dist/main",
7673
"contributes": {
7774
"icons": {

0 commit comments

Comments
 (0)