From c42e345e76ce43db51c3935f51c451e07866983c Mon Sep 17 00:00:00 2001 From: Garry Trinder Date: Thu, 22 May 2025 16:36:31 -0700 Subject: [PATCH] Remove config commands from editor. Closes #256 Closes #256 --- CHANGELOG.md | 1 + package.json | 10 ---------- 2 files changed, 1 insertion(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b9f02d8..b27cb33 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed: - Snippets: Updated all snippets to use `v0.28.0` schema +- Commands: Removed configuration commands from editor ### Fixed: diff --git a/package.json b/package.json index 0622f14..da1b942 100644 --- a/package.json +++ b/package.json @@ -95,16 +95,6 @@ "group": "navigation@2", "when": "!activeEditorIsDirty && isDevProxyConfigFile && isDevProxyRunning" }, - { - "command": "dev-proxy-toolkit.config-open", - "group": "navigation@3", - "when": "!activeEditorIsDirty && isDevProxyConfigFile && !isDevProxyRunning" - }, - { - "command": "dev-proxy-toolkit.config-new", - "group": "navigation@3", - "when": "!activeEditorIsDirty && isDevProxyConfigFile && !isDevProxyRunning" - }, { "command": "dev-proxy-toolkit.raise-mock", "group": "navigation@3",