File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
14
14
- Snippets: Updated schema urls to reflect the move to dotnet organisation in Github
15
15
- Code action: Updated update schema code action to reflect the move to dotnet organisation in Github
16
16
17
+ ### Fixed:
18
+
19
+ - Diagnostics: Fixed GraphMockResponsePlugin does not require a config section issue
20
+
17
21
## [ 0.16.0] - 2025-02-03
18
22
19
23
### Added:
Original file line number Diff line number Diff line change @@ -86,6 +86,10 @@ export const pluginSnippets: PluginSnippets = {
86
86
} ,
87
87
GraphMockResponsePlugin : {
88
88
instance : 'devproxy-plugin-graph-mock-response' ,
89
+ config : {
90
+ name : 'devproxy-plugin-graph-mock-response-config' ,
91
+ required : true ,
92
+ }
89
93
} ,
90
94
GraphRandomErrorPlugin : {
91
95
instance : 'devproxy-plugin-graph-random-error' ,
You can’t perform that action at this time.
0 commit comments