14 lines
338 B
JSON
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
|
|
} |