pixivcord/.vscode/settings.json

12 lines
297 B
JSON
Raw Normal View History

2023-10-30 14:58:04 +01:00
{
"[python]": {
2023-10-31 11:53:52 +01:00
"editor.defaultFormatter": "ms-python.black-formatter",
"editor.codeActionsOnSave": {
"source.organizeImports": true
}
2023-10-30 14:58:04 +01:00
},
"python.formatting.provider": "none",
"python.analysis.autoImportCompletions": true,
"python.analysis.typeCheckingMode": "basic"
}