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 17:05:17 +08:00 committed by GitHub
parent ddf762e368
commit 4f158c1983
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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
}
}
}
}