11 lines
239 B
JSON
11 lines
239 B
JSON
{
|
|
"suggest.autoTrigger": "none",
|
|
"suggest.timeout": 500,
|
|
"pyright.disableDocumentation":false,
|
|
"python.analysis.diagnosticSeverityOverrides":{
|
|
"reportUnboundVariable":"none"
|
|
},
|
|
"hover.target": "preview"
|
|
}
|
|
|