mirror of https://github.com/astral-sh/ruff
Undeprecate `ruff.nativeServer` (#16039)
Related to https://github.com/astral-sh/ruff-vscode/pull/684.
This commit is contained in:
parent
5e027a43ff
commit
1f3ff48b4f
|
|
@ -1020,14 +1020,6 @@ Run Ruff on every keystroke (`onType`) or on save (`onSave`).
|
|||
|
||||
### `nativeServer`
|
||||
|
||||
!!! warning "Deprecated"
|
||||
|
||||
This setting has been deprecated with the deprecation of
|
||||
[`ruff-lsp`](https://github.com/astral-sh/ruff-lsp). It was mainly used to provide a way to
|
||||
switch between the native language server and
|
||||
[`ruff-lsp`](https://github.com/astral-sh/ruff-lsp) during the transition period. Refer to the
|
||||
[migration guide](migration.md) for more information.
|
||||
|
||||
Whether to use the native language server, [`ruff-lsp`](https://github.com/astral-sh/ruff-lsp) or
|
||||
automatically decide between the two based on the Ruff version and extension settings.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue