VS Code Settings

This commit is contained in:
Cal Corum 2025-11-06 21:50:47 -06:00
parent 8b77da51d8
commit cbd501e8e5

View File

@ -3,5 +3,6 @@
"tests" "tests"
], ],
"python.testing.unittestEnabled": false, "python.testing.unittestEnabled": false,
"python.testing.pytestEnabled": true "python.testing.pytestEnabled": true,
"postman.settings.dotenv-detection-notification-visibility": false
} }