Files
Linfa/.devcontainer/vscode/settings.json
2025-12-05 10:55:37 +01:00

11 lines
280 B
JSON

{
"python.testing.pytestArgs": [],
"python.testing.unittestEnabled": false,
"python.testing.pytestEnabled": true,
"files.watcherExclude": {
"**/.venv/**": true,
"**/pytest_cache/**": true
},
"python.testing.cwd": "${workspaceFolder}/src"
}