Update pyright settings
This commit is contained in:
parent
07d55979a5
commit
d670928506
1 changed files with 3 additions and 0 deletions
|
@ -2,6 +2,9 @@
|
|||
"suggest.autoTrigger": "none",
|
||||
"suggest.timeout": 500,
|
||||
"pyright.disableDocumentation":false,
|
||||
"python.analysis.diagnosticSeverityOverrides":{
|
||||
"reportUnboundVariable":"none"
|
||||
},
|
||||
"hover.target": "preview"
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue