20 lines
No EOL
679 B
JSON
20 lines
No EOL
679 B
JSON
{
|
|
"python.languageServer": "Pylance",
|
|
"[python]": {
|
|
"editor.formatOnSave": true,
|
|
"editor.defaultFormatter": "ms-python.black-formatter",
|
|
"editor.codeActionsOnSave": {
|
|
"source.organizeImports": "explicit"
|
|
},
|
|
},
|
|
"git.closeDiffOnOperation": true,
|
|
"python.analysis.typeCheckingMode": "basic",
|
|
"python.analysis.diagnosticMode": "workspace",
|
|
"python.testing.unittestEnabled": false,
|
|
"python.testing.pytestEnabled": true,
|
|
"python.testing.pytestArgs": [
|
|
"--import-mode=importlib"
|
|
],
|
|
// "black-formatter.importStrategy": "fromEnvironment",
|
|
// "flake8.importStrategy": "fromEnvironment",
|
|
} |