mirror of
https://github.com/rommapp/romm.git
synced 2026-02-18 00:27:41 +01:00
8 lines
248 B
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
|
|
}
|