File tree Expand file tree Collapse file tree 2 files changed +1
-10
lines changed
Expand file tree Collapse file tree 2 files changed +1
-10
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments