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

12 lines
219 B
JSON

{
"djlint.showInstallError": false,
"python.testing.unittestArgs": [
"-v",
"-s",
"./api",
"-p",
"*test.py"
],
"python.testing.pytestEnabled": false,
"python.testing.unittestEnabled": true
}