Files
romm/.vscode/settings.json

8 lines
248 B
JSON

{
"python.testing.cwd": "${workspaceFolder}/backend",
"python.testing.pytestArgs": ["."],
"python.testing.unittestEnabled": false,
"python.testing.pytestEnabled": true,
"postman.settings.dotenv-detection-notification-visibility": false
}