Small correction to settings documentation.

This commit is contained in:
Eric Traut 2023-03-06 16:10:06 -07:00
parent dc87fa46af
commit 2827c94d89

View File

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