9 lines
232 B
JSON
9 lines
232 B
JSON
{
|
|
"python.testing.pytestArgs": [
|
|
"tests"
|
|
],
|
|
"python.testing.unittestEnabled": false,
|
|
"python.testing.pytestEnabled": true,
|
|
"todo-tree.tree.showBadges": false,
|
|
"todo-tree.tree.showCountsInTree": true
|
|
} |