Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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