Skip to content

Release v1.15.0

Choose a tag to compare

@BaryshevRS BaryshevRS released this 18 Oct 20:51
· 20 commits to main since this release

Added

  • 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.