major-domo-v2/.vscode/settings.json
2025-11-06 21:50:47 -06:00

8 lines
219 B
JSON

{
"python.testing.pytestArgs": [
"tests"
],
"python.testing.unittestEnabled": false,
"python.testing.pytestEnabled": true,
"postman.settings.dotenv-detection-notification-visibility": false
}