Files
sarlink-portal-api/.vscode/settings.json
i701 99982d13d5
Some checks failed
Build and Push Docker Images / Build and Push Docker Images (push) Failing after 13m45s
Enhance environment variable handling, add Celery configuration, and implement device expiration notification tasks
2025-04-24 10:42:22 +05:00

14 lines
338 B
JSON

{
"djlint.showInstallError": false,
"python.testing.unittestArgs": [
"-v",
"-s",
"./api",
"-p",
"*test.py"
],
"python.testing.pytestEnabled": false,
"python.testing.unittestEnabled": true,
"postman.settings.dotenv-detection-notification-visibility": false,
"python.analysis.autoImportCompletions": true
}