sarlink-portal-api/.vscode/settings.json

13 lines
289 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
}