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",
|
|
|
|
"clangd.path": "~/.config/coc/extensions/coc-clangd-data/install/16.0.2/clangd_16.0.2/bin/clangd"
|
2023-10-24 22:54:55 -04:00
|
|
|
}
|
|
|
|
|