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
16
16
### Changed:
17
17
18
18
- Snippets: Updated all snippets to use ` v0.28.0 ` schema
19
+ - Commands: Removed configuration commands from editor
19
20
20
21
### Fixed:
21
22
Original file line number Diff line number Diff line change 95
95
"group" : " navigation@2" ,
96
96
"when" : " !activeEditorIsDirty && isDevProxyConfigFile && isDevProxyRunning"
97
97
},
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
- },
108
98
{
109
99
"command" : " dev-proxy-toolkit.raise-mock" ,
110
100
"group" : " navigation@3" ,
You can’t perform that action at this time.
0 commit comments