swag-shop/.vscode/settings.json

12 lines
278 B
JSON

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