12 lines
277 B
JSON
12 lines
277 B
JSON
{
|
|
"suggest.autoTrigger": "none",
|
|
"suggest.timeout": 500,
|
|
"pyright.disableDocumentation":false,
|
|
"python.analysis.diagnosticSeverityOverrides":{
|
|
"reportUnboundVariable":"none"
|
|
},
|
|
"hover.target": "preview",
|
|
"clangd.path": "/usr/bin/clangd"
|
|
}
|
|
|