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.