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
Enhanced Diagnostics Mode: Introduced a new quickfix-only mode that enables quick fixes for missing imports without displaying diagnostic underlines, giving users more control over editor feedback.
Debugging Tools: Added a "Generate Diagnostics Report" command for advanced troubleshooting.
Changed
Settings Refactor: The diagnostics.enabled setting has been replaced with diagnostics.mode, which now supports three options: full (diagnostics with quick fixes), quickfix-only, and disabled.
Command Naming: Renamed "Show Performance Metrics" to "Show Performance Metrics (Debug)" to better reflect its purpose.
Fixed
Error Resilience: Improved the stability of the quick fix provider by adding graceful error handling for indexer failures.