From 2e2b1b460f4de25e630cde69b4b49577bc5134b4 Mon Sep 17 00:00:00 2001 From: InSync Date: Thu, 1 Aug 2024 23:23:55 +0700 Subject: [PATCH] Fix a typo in `docs/editors/settings.md` (#12614) Diff: ```diff -- `false: Same as`off\` +- `false`: Same as `off` ``` --- docs/editors/settings.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/editors/settings.md b/docs/editors/settings.md index bf3543c57dd97..9d200c9c9450e 100644 --- a/docs/editors/settings.md +++ b/docs/editors/settings.md @@ -713,7 +713,7 @@ automatically decide between the two based on the Ruff version and extension set 1. If the Ruff version is \< `0.5.3`, use [`ruff-lsp`](https://github.com/astral-sh/ruff-lsp). A warning will be displayed if settings specific to the native server are detected. - `true`: Same as `on` -- `false: Same as`off\` +- `false`: Same as `off` **Default value**: `"auto"`