hiring_assessment/.vscode/settings.json
Jacob Windsor 267a0e1512 More
2025-02-19 12:43:19 +01:00

9 lines
211 B
JSON

{
"python.defaultInterpreterPath": ".venv/bin/python",
"editor.formatOnSave": true,
"[python]": {
"editor.defaultFormatter": "ms-python.python",
"editor.formatOnSave": true,
},
}