8 lines
211 B
JSON
8 lines
211 B
JSON
{
|
|
"python.testing.pytestArgs": [
|
|
"backend"
|
|
],
|
|
"python.testing.unittestEnabled": false,
|
|
"python.testing.pytestEnabled": true,
|
|
"python-envs.defaultEnvManager": "ms-python.python:venv"
|
|
} |