S1005403_RisCC/.vscode/settings.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
}