docs: Update basedpyright settings examples (#42497)

The
[example](https://docs.basedpyright.com/latest/configuration/language-server-settings/#zed)
on the official website of basedpyright is correct.

Release Notes:

- Update basedpyright settings examples
This commit is contained in:
CnsMaple
2025-11-12 10:05:17 +01:00
committed by GitHub
parent ddf762e368
commit 4f158c1983
+4 -2
View File
@@ -128,9 +128,11 @@ You can use the following configuration:
"lsp": {
"basedpyright": {
"settings": {
"analysis": {
"basedpyright.analysis": {
"diagnosticMode": "workspace",
"inlayHints.callArgumentNames": false
"inlayHints": {
"callArgumentNames": false
}
}
}
}