pixivcord/.vscode/settings.json
2023-10-30 14:58:04 +01:00

9 lines
219 B
JSON

{
"[python]": {
"editor.defaultFormatter": "ms-python.black-formatter"
},
"python.formatting.provider": "none",
"python.analysis.autoImportCompletions": true,
"python.analysis.typeCheckingMode": "basic"
}