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
1414- Snippets: Updated schema urls to reflect the move to dotnet organisation in Github
1515- Code action: Updated update schema code action to reflect the move to dotnet organisation in Github
1616
17+ ### Fixed:
18+
19+ - Diagnostics: Fixed GraphMockResponsePlugin does not require a config section issue
20+
1721## [ 0.16.0] - 2025-02-03
1822
1923### Added:
Original file line number Diff line number Diff line change @@ -86,6 +86,10 @@ export const pluginSnippets: PluginSnippets = {
8686 } ,
8787 GraphMockResponsePlugin : {
8888 instance : 'devproxy-plugin-graph-mock-response' ,
89+ config : {
90+ name : 'devproxy-plugin-graph-mock-response-config' ,
91+ required : true ,
92+ }
8993 } ,
9094 GraphRandomErrorPlugin : {
9195 instance : 'devproxy-plugin-graph-random-error' ,
You can’t perform that action at this time.
0 commit comments