Skip to content

Commit

Permalink
Remove reference to non-existent [1]
Browse files Browse the repository at this point in the history
  • Loading branch information
charliermarsh committed Jul 27, 2024
1 parent 0702fcf commit 14c26d9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -283,9 +283,9 @@ following conditions are met:

1. The `ruff` executable is at least version `0.5.3`
2. The `ruff.nativeServer` setting is set to `auto` (default)
3. None of the settings that are specific to the Python-based language server
are enabled. These settings include those that are marked with `[1]` in the
[Settings](#settings) section.
3. None of the settings that are exclusive to the Python-based language server
are enabled (i.e., those that are marked as "unused by the native language server" in the
[_Settings_](https://docs.astral.sh/ruff/editors/settings/#vs-code-specific) documentation).

You can explicitly enable or disable the Rust-based language server by setting
the `nativeServer` setting to `on` or `off`. If set to `off`, the extension
Expand Down

0 comments on commit 14c26d9

Please sign in to comment.