exercism/.vscode/settings.json

9 lines
269 B
JSON

{
"python.pythonPath": "python/venv/bin/python3",
"python.terminal.activateEnvInCurrentTerminal": true,
"python.testing.pytestArgs": ["python"],
"python.testing.unittestEnabled": false,
"python.testing.pytestEnabled": true,
"python.linting.enabled": true
}