13 lines
310 B
JSON
13 lines
310 B
JSON
{
|
|
"python.analysis.autoImportCompletions": true,
|
|
"python.analysis.completeFunctionParens": true,
|
|
"python.analysis.typeCheckingMode": "basic",
|
|
"python.analysis.autoSearchPaths": true,
|
|
|
|
"[python]": {
|
|
"editor.defaultFormatter": "ms-python.black-formatter",
|
|
"editor.formatOnSave": true
|
|
},
|
|
|
|
}
|