You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Add leveled logging to all commands, services, utilities, and providers
- Add diagnostic detail logging with severity, line number, and message
- Fix log flooding from repeated running state checks (only log on change)
- Fix feedback loop from Output Channel document events triggering diagnostics
- Promote key startup logs from debug to info/warn level
- Update CHANGELOG to reflect expanded logging scope and bug fixes
Copy file name to clipboardExpand all lines: CHANGELOG.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,11 +11,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
11
11
12
12
### Added:
13
13
14
-
- Logging: Added debug logging to Output panel (`Dev Proxy Toolkit`) to help investigate issues
14
+
- Logging: Added leveled logging to Output panel (`Dev Proxy Toolkit`) across the entire extension covering commands, diagnostics, services, and utilities to help investigate issues
15
15
- Quick Fixes: Enable local language model fix now adds or updates `languageModel.enabled: true` for supported plugins only
16
16
17
17
### Fixed:
18
18
19
+
- Logging: Fixed log flooding from repeated running state checks by only logging on state changes
- Diagnostics: Language model diagnostic now correctly targets plugins that can use a local language model (OpenAIMockResponsePlugin, OpenApiSpecGeneratorPlugin, TypeSpecGeneratorPlugin) and shows as an informational hint instead of a warning
0 commit comments