Files
decluttarr/.vscode/settings.json
2025-05-18 13:11:12 +02:00

10 lines
290 B
JSON

{
"editor.formatOnSave": true,
"editor.defaultFormatter": "ms-python.black-formatter",
"python.terminal.activateEnvironment": true,
"python.testing.pytestArgs": [
"tests"
],
"python.testing.unittestEnabled": false,
"python.testing.pytestEnabled": true,
}