Skip to content

Commit 4b0933b

Browse files
Copilotkv9898
authored andcommitted
Clarify naming difference between old and new settings in documentation
1 parent dc02dce commit 4b0933b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/selective-language-services.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,9 @@ For a minimal setup with only type checking and go-to-definition:
144144

145145
## Backward Compatibility
146146

147-
The existing `python.pyrefly.disableLanguageServices` boolean setting still works and will disable **all** language services when set to `true`. The new selective disabling is fully backward compatible.
147+
The existing `python.pyrefly.disableLanguageServices` (plural, present tense) boolean setting still works and will disable **all** language services when set to `true`.
148+
149+
The new `python.pyrefly.disabledLanguageServices` (past tense) object allows for selective disabling of individual services. Both settings are fully backward compatible and can be used independently or together.
148150

149151
## Testing
150152

0 commit comments

Comments
 (0)