nu/.vscode/settings.json

7 lines
108 B
JSON

{
"files.exclude": {
"**/__pycache__": true
},
"python.defaultInterpreterPath": "./.venv/bin/python"
}