Skip to content

Commit 7c4f0e1

Browse files
committed
Update CHANGELOG and README to reflect new diagnostics checks and improvements
1 parent f456e19 commit 7c4f0e1

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

CHANGELOG.md

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

README.md

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

0 commit comments

Comments
 (0)