mirror of
https://github.com/Paillat-dev/pycord-reactive-views.git
synced 2026-01-02 01:06:18 +00:00
20 lines
459 B
JSON
20 lines
459 B
JSON
|
|
{
|
||
|
|
"version": "0.1.0",
|
||
|
|
"configurations": [
|
||
|
|
{
|
||
|
|
"name": "Python: Debug Tests",
|
||
|
|
"type": "python",
|
||
|
|
"request": "launch",
|
||
|
|
"program": "${file}",
|
||
|
|
"purpose": [
|
||
|
|
"debug-test"
|
||
|
|
],
|
||
|
|
"console": "integratedTerminal",
|
||
|
|
"justMyCode": false,
|
||
|
|
"env": {
|
||
|
|
"PYTEST_ADDOPTS": "--no-cov -n0 --dist no"
|
||
|
|
}
|
||
|
|
}
|
||
|
|
]
|
||
|
|
}
|