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
I'm okay merging this but there are at least two follow-ups that are necessary
Don't set the --preview flag in ruff-vscode if the server version is >= 0.5. We should do this pre-release to avoid that users will unintentionally opt in the future.
I would expect that ruff server --preview works the same as ruff check --preview and ruff format --preview and enables all --preview features (linter and formatter).
I would expect that running ruff server --preview would enable all preview features similar to setting preview = true in the settings.
I'm okay merging this but there are at least two follow-ups that are necessary
--preview
flag inruff-vscode
if theserver
version is>= 0.5
. We should do this pre-release to avoid that users will unintentionally opt in the future.ruff server --preview
works the same asruff check --preview
andruff format --preview
and enables all--preview
features (linter and formatter).I would expect that running
ruff server --preview
would enable all preview features similar to settingpreview = true
in the settings.Originally posted by @MichaReiser in #12053 (review)
The text was updated successfully, but these errors were encountered: