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:
@@ -128,9 +128,11 @@ You can use the following configuration:
|
||||
"lsp": {
|
||||
"basedpyright": {
|
||||
"settings": {
|
||||
"analysis": {
|
||||
"basedpyright.analysis": {
|
||||
"diagnosticMode": "workspace",
|
||||
"inlayHints.callArgumentNames": false
|
||||
"inlayHints": {
|
||||
"callArgumentNames": false
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user