25 lines
518 B
Plaintext
25 lines
518 B
Plaintext
{
|
|
"folders": [
|
|
{
|
|
"name": "rad",
|
|
"path": "."
|
|
}
|
|
],
|
|
"settings": {
|
|
"python.testing.pytestArgs": [
|
|
"."
|
|
],
|
|
"python.testing.unittestEnabled": false,
|
|
"python.testing.pytestEnabled": true,
|
|
"chat.tools.terminal.autoApprove": {
|
|
"/^source \\.venv/bin/activate\\.fish && python manage\\.py check$/": {
|
|
"approve": true,
|
|
"matchCommandLine": true
|
|
},
|
|
"/^python -m py_compile /home/ross/penracourses/rad/generic/tables\\.py$/": {
|
|
"approve": true,
|
|
"matchCommandLine": true
|
|
}
|
|
}
|
|
}
|
|
} |