Skip to content

Commit bbb7e3a

Browse files
committed
Remove config commands from editor. Closes #256
Closes #256
1 parent ab354f4 commit bbb7e3a

File tree

2 files changed

+1
-10
lines changed

2 files changed

+1
-10
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1616
### Changed:
1717

1818
- Snippets: Updated all snippets to use `v0.28.0` schema
19+
- Commands: Removed configuration commands from editor
1920

2021
### Fixed:
2122

package.json

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -95,16 +95,6 @@
9595
"group": "navigation@2",
9696
"when": "!activeEditorIsDirty && isDevProxyConfigFile && isDevProxyRunning"
9797
},
98-
{
99-
"command": "dev-proxy-toolkit.config-open",
100-
"group": "navigation@3",
101-
"when": "!activeEditorIsDirty && isDevProxyConfigFile && !isDevProxyRunning"
102-
},
103-
{
104-
"command": "dev-proxy-toolkit.config-new",
105-
"group": "navigation@3",
106-
"when": "!activeEditorIsDirty && isDevProxyConfigFile && !isDevProxyRunning"
107-
},
10898
{
10999
"command": "dev-proxy-toolkit.raise-mock",
110100
"group": "navigation@3",

0 commit comments

Comments
 (0)