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
Copy file name to clipboardExpand all lines: docs/editors/migration.md
+11-11Lines changed: 11 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -9,22 +9,22 @@ While `ruff server` supports the same feature set as [`ruff-lsp`](https://github
9
9
settings are supported by `ruff server`. As such, this migration guide is primarily targeted at editors that lack
10
10
explicit documentation for `ruff server` settings, such as Helix or Neovim.
11
11
12
+
Refer to the [setup guide](setup.md) for instructions on how to configure your editor to use `ruff server`.
13
+
12
14
## Unsupported Settings
13
15
14
16
Several `ruff-lsp` settings are not supported by `ruff server`. These are, as follows:
15
17
16
-
-`format.args`
18
+
-`lint.run`: This setting is no longer relevant for the native language server, which runs on every
19
+
keystroke by default
20
+
-`lint.args`, `format.args`: These settings have been replaced by more granular settings in `ruff server` like [`lint.select`](settings.md#select), [`format.preview`](settings.md#format_preview),
21
+
etc. along with the ability to provide a default configuration file using
22
+
[`configuration`](settings.md#configuration)
23
+
-[`path`](settings.md#path), [`interpreter`](settings.md#interpreter): These settings are no longer
24
+
accepted by the language server but are still used by the VS Code extension. Refer to their
25
+
respective documentation for more information on how it's being used by the extension.
17
26
-`ignoreStandardLibrary`
18
-
-`interpreter`
19
-
-`lint.args`
20
-
-`lint.run`
21
-
-`path`
22
-
23
-
!!! note
24
-
25
-
Some of these settings, like `interpreter` and `path`, are still accepted by the VS Code
26
-
extension. `path`, in particular, can be used to specify a dedicated binary to use when
27
-
initializing `ruff server`. But the language server itself will no longer accept such settings.
0 commit comments