From 2827c94d89eec9f9d952a254ceeb34d4f8a5a4da Mon Sep 17 00:00:00 2001 From: Eric Traut Date: Mon, 6 Mar 2023 16:10:06 -0700 Subject: [PATCH] Small correction to settings documentation. --- docs/settings.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/settings.md b/docs/settings.md index 76fd4276d..130148ef0 100644 --- a/docs/settings.md +++ b/docs/settings.md @@ -1,6 +1,6 @@ # Pyright Settings -The Pyright VS Code extension honors the following settings. +The Pyright language server honors the following settings. **pyright.disableLanguageServices** [boolean]: Disables all language services except for “hover”. This includes type completion, signature completion, find definition, find references, and find symbols in file. This option is useful if you want to use pyright only as a type checker but want to run another Python language server for language service features.