S1005403_RisCC/.vscode/settings.json

11 lines
368 B
JSON

{
"python.testing.pytestArgs": [
"tests"
],
"python.testing.unittestEnabled": false,
"python.testing.pytestEnabled": true,
"todo-tree.tree.showBadges": false,
"todo-tree.tree.showCountsInTree": true,
"python.terminal.activateEnvironment": true,
"python.defaultInterpreterPath": "${workspaceFolder}\\.venv\\Scripts\\python.exe"
}