mirror of
https://github.com/PhoenixTwoFive/karaoqueue.git
synced 2025-05-28 15:31:48 +02:00
17 lines
419 B
JSON
17 lines
419 B
JSON
{
|
|
"python.pythonPath": "/usr/bin/python",
|
|
"python.testing.unittestArgs": [
|
|
"-v",
|
|
"-s",
|
|
"./backend/tests",
|
|
"-p",
|
|
"*test.py"
|
|
],
|
|
"python.testing.pytestEnabled": false,
|
|
"python.testing.unittestEnabled": true,
|
|
"python.linting.pylintEnabled": false,
|
|
"python.linting.flake8Enabled": true,
|
|
"emmet.includeLanguages": {
|
|
"django-html": "html"
|
|
}
|
|
} |