Skip to content

Commit bfa47c1

Browse files
committed
Fix GraphMockResponsePlugin config requirement. Closes #184
1 parent 8a551cb commit bfa47c1

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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:

src/constants.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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',

0 commit comments

Comments
 (0)