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-23 07:56:57 -05:00
|
|
|
"clangd.path": "/usr/bin/clangd",
|
|
|
|
"python.formatting.provider": "black",
|
|
|
|
"python.formatting.blackPath": "/home/aselimov/.local/bin/black",
|
|
|
|
"python.formatting.blackArgs": ["-l","100"],
|
|
|
|
"coc.preferences.formatOnSaveFiletypes": ["python"]
|
2023-10-24 22:54:55 -04:00
|
|
|
}
|
|
|
|
|