mirror of
https://git.kotyczka.ch/developers/django.git
synced 2025-04-06 07:45:08 +02:00
17 lines
436 B
JSON
17 lines
436 B
JSON
{
|
|
"python.testing.pytestArgs": [
|
|
"pyapp"
|
|
],
|
|
"python.testing.unittestEnabled": false,
|
|
"python.testing.pytestEnabled": true,
|
|
"sqltools.connections": [
|
|
{
|
|
"previewLimit": 50,
|
|
"driver": "SQLite",
|
|
"name": "test-db",
|
|
"group": "django",
|
|
"database": "${workspaceFolder:django}/pyapp/db.sqlite3"
|
|
}
|
|
],
|
|
"sqltools.useNodeRuntime": true
|
|
} |