diff --git a/CHANGELOG.md b/CHANGELOG.md index 72be0f1..48ed6ac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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: diff --git a/src/constants.ts b/src/constants.ts index 227cb70..d260bca 100644 --- a/src/constants.ts +++ b/src/constants.ts @@ -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',