Skip to content

Commit ce6b294

Browse files
authored
Update GenericRandomErrorPlugin errors file snippet. Closes #126 (#129)
1 parent 9d7c0a6 commit ce6b294

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

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

3636
- Code Lens: Fixed issue with documentation link shown for plugins with invalid names
37+
- Snippets: `devproxy-plugin-generic-random-error-file` changed to match schema
3738

3839
## [0.8.0] - 2024-09-06
3940

src/snippets.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,7 @@
330330
"body": [
331331
"{",
332332
"\t\"\\$schema\": \"https://raw.githubusercontent.com/microsoft/dev-proxy/main/schemas/v0.20.1/genericrandomerrorplugin.schema.json\",",
333-
"\t\"responses\": [",
333+
"\t\"errors\": [",
334334
"\t\t$1",
335335
"\t]",
336336
"}"

0 commit comments

Comments
 (0)