2023-10-24 22:54:55 -04:00
|
|
|
{
|
|
|
|
"suggest.autoTrigger": "none",
|
|
|
|
"suggest.timeout": 500,
|
|
|
|
"pyright.disableDocumentation":false,
|
2023-10-25 18:54:24 -05:00
|
|
|
"python.analysis.diagnosticSeverityOverrides":{
|
|
|
|
"reportUnboundVariable":"none"
|
|
|
|
},
|
2023-11-20 20:13:23 -05:00
|
|
|
"hover.target": "preview",
|
2024-01-18 09:17:05 -05:00
|
|
|
"clangd.path": "/usr/bin/clangd"
|
2023-10-24 22:54:55 -04:00
|
|
|
}
|
|
|
|
|