File tree Expand file tree Collapse file tree 3 files changed +16
-0
lines changed Expand file tree Collapse file tree 3 files changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -26,6 +26,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
26
26
- Diagnostics: Collection renamed to ` dev-proxy-toolkit `
27
27
- Snippets: Support for JSONC (JSON with Comments) files
28
28
- Snippets: ` devproxy-plugin-graph-minimal-permissions-guidance-config ` - MinimalPermissionsGuidancePlugin config section
29
+ - Snippets: ` devproxy-error ` - Dev Proxy error
29
30
30
31
### Changed:
31
32
Original file line number Diff line number Diff line change @@ -65,6 +65,7 @@ Shown when the active document is a Dev Proxy configuration file
65
65
| ------ | ----------- |
66
66
| ` devproxy-config-file ` | Dev Proxy config file |
67
67
| ` devproxy-config-file-schema ` | Dev Proxy config file schema |
68
+ | ` devproxy-error ` | Dev Proxy error |
68
69
| ` devproxy-mocks-file ` | Dev Proxy mocks file |
69
70
| ` devproxy-mocks-file-schema ` | Dev Proxy mocks file schema |
70
71
| ` devproxy-mock ` | Dev Proxy mock |
Original file line number Diff line number Diff line change 21
21
],
22
22
"description" : " Dev Proxy config file schema"
23
23
},
24
+ "Error" : {
25
+ "prefix" : " devproxy-error" ,
26
+ "body" : [
27
+ " {" ,
28
+ " \t\" request\" : {" ,
29
+ " \t\t\" url\" : \" $1\" " ,
30
+ " \t }," ,
31
+ " \t\" responses\" : [" ,
32
+ " \t\t $2" ,
33
+ " \t ]" ,
34
+ " }"
35
+ ],
36
+ "description" : " Dev Proxy error"
37
+ },
24
38
"MocksFile" : {
25
39
"prefix" : " devproxy-mocks-file" ,
26
40
"body" : [
You can’t perform that action at this time.
0 commit comments