Skip to content

Commit

Permalink
Fix GraphMockResponsePlugin config requirement
Browse files Browse the repository at this point in the history
Closes #184
  • Loading branch information
garrytrinder committed Feb 13, 2025
1 parent 8a551cb commit c9029da
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Snippets: Updated schema urls to reflect the move to dotnet organisation in Github
- Code action: Updated update schema code action to reflect the move to dotnet organisation in Github

### Fixed:

- Diagnostics: Fixed GraphMockResponsePlugin does not require a config section issue

## [0.16.0] - 2025-02-03

### Added:
Expand Down
4 changes: 4 additions & 0 deletions src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,10 @@ export const pluginSnippets: PluginSnippets = {
},
GraphMockResponsePlugin: {
instance: 'devproxy-plugin-graph-mock-response',
config: {
name: 'devproxy-plugin-graph-mock-response-config',
required: true,
}
},
GraphRandomErrorPlugin: {
instance: 'devproxy-plugin-graph-random-error',
Expand Down

0 comments on commit c9029da

Please sign in to comment.