exercism/.vscode/settings.json

10 lines
318 B
JSON
Raw Normal View History

2021-10-31 12:05:11 +01:00
{
"python.pythonPath": "python/venv/bin/python3",
"python.terminal.activateEnvInCurrentTerminal": true,
"python.testing.unittestEnabled": false,
"python.testing.pytestEnabled": true,
2021-10-31 12:43:14 +01:00
"python.linting.enabled": true,
2021-11-01 19:39:47 +01:00
"python.testing.pytestArgs": ["python"],
"python.analysis.extraPaths": ["python/venv"]
2021-10-31 12:05:11 +01:00
}