exercism/.vscode/settings.json

10 lines
318 B
JSON

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