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
Support for DH-17923 and also fixes some other edge cases with Ruff.
- Adds a hook for configuring Ruff and keeping it in sync w/ redux
settings.
- Fixes a bug where if Ruff was enabled, but there was no user session
then quick fixes were shown but linting underlines were not. Changed so
Python is always linted if opened since it doesn't require a session to
lint.
- Allow passing a default config to the Ruff config editor since DHE can
set a custom config as the default via server props
- Added readOnly mode to the Ruff config editor
- Moved some formatting logic into MonacoUtils since DHE implements its
own notebook panel. Eventually we should just consume the DHC
NotebookPanel in DHE with extensions for PQs and other DHE options
0 commit comments