Undeprecate `ruff.nativeServer` (#16039)

Related to https://github.com/astral-sh/ruff-vscode/pull/684.
This commit is contained in:
Dhruv Manilawala 2025-02-08 22:29:07 +05:30 committed by GitHub
parent 5e027a43ff
commit 1f3ff48b4f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 8 deletions

View File

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