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 @@ -9,14 +9,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99
1010## [ 0.15.1] - Unreleased
1111
12+ ### Added:
13+
14+ - Diagnostics: Ensure at least one plugin is enabled
15+
1216### Changed:
1317
1418- Snippets: ` devproxy-plugin-open-api-spec-generator ` - OpenApiSpecGeneratorPlugin config section
1519- Snippets: All snippets that reference schemas updated to use ` v0.24.0 ` schema
20+ - Diagnostics: Refactored code to be more readable and maintainable
21+ - Diagnostics: Improved config section check
1622
1723### Fixed:
1824
1925- Snippets: Fix invalid Json in ` devproxy-config-file `
26+ - Diagnostics: Fixed update schema check in proxy files
2027
2128## [ 0.14.0] - 2024-11-27
2229
Original file line number Diff line number Diff line change @@ -35,6 +35,7 @@ The following sections describe the features that the extension contributes to V
3535- Check for missing ` configSection ` when defined in plugin instance
3636- Check that schema matches installed version of Dev Proxy
3737- Check that reporters are placed after plugins
38+ - Check that at least one plugin is enabled
3839
3940### Editor Actions
4041
You can’t perform that action at this time.
0 commit comments