Files
gallery/.vscode/settings.json

9 lines
187 B
JSON

{
"python.testing.pytestArgs": ["tests", "-s"],
"python.testing.unittestEnabled": false,
"python.testing.pytestEnabled": true,
"files.exclude": {
"**/__pycache__": true
}
}