8 lines
195 B
JSON
8 lines
195 B
JSON
{
|
|
"python.testing.pytestArgs": [
|
|
"test"
|
|
],
|
|
"python.testing.unittestEnabled": false,
|
|
"python.testing.pytestEnabled": true,
|
|
"python.analysis.typeCheckingMode": "basic"
|
|
} |