swag-shop/.vscode/settings.json

8 lines
184 B
JSON

{
"files.exclude": {
"**/__pycache__/**": true
},
"mypy-type-checker.args": ["--config-file='backend/mypy.ini'"],
"python.defaultInterpreterPath": "./backend/.venv/bin/python"
}