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
@@ -14,7 +14,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
14
14
- Install: Added automated install and upgrade support for Linux using official setup scripts
15
15
- Notification: Detect outdated Dev Proxy config files in workspace and show warning when schema versions don't match installed version
16
16
- Command: `dev-proxy-toolkit.upgrade-configs` - Upgrade config files with Copilot Chat using Dev Proxy MCP tools
17
-
- Logging: Added debug logging to Output panel (`Dev Proxy Toolkit`) to help investigate issues
17
+
- Logging: Added leveled logging to Output panel (`Dev Proxy Toolkit`) across the entire extension covering commands, diagnostics, services, and utilities to help investigate issues
18
18
- Quick Fixes: Enable local language model fix now adds or updates `languageModel.enabled: true` for supported plugins only
19
19
- Workspace: Added automatic prompt to recommend extension in `.vscode/extensions.json` when Dev Proxy config files are detected
20
20
- Command: Added `Add to Workspace Recommendations` to manually add extension to workspace recommendations
@@ -24,6 +24,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
24
24
25
25
### Fixed:
26
26
27
+
- 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