mirror of
https://github.com/zed-industries/zed.git
synced 2026-06-01 03:14:56 +07:00
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:
parent
ddf762e368
commit
4f158c1983
1 changed files with 4 additions and 2 deletions
|
|
@ -128,9 +128,11 @@ You can use the following configuration:
|
|||
"lsp": {
|
||||
"basedpyright": {
|
||||
"settings": {
|
||||
"analysis": {
|
||||
"basedpyright.analysis": {
|
||||
"diagnosticMode": "workspace",
|
||||
"inlayHints.callArgumentNames": false
|
||||
"inlayHints": {
|
||||
"callArgumentNames": false
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue