nu/.vscode/settings.json

11 lines
210 B
JSON

{
"files.exclude": {
"**/__pycache__": true
},
"python.defaultInterpreterPath": "./.venv/bin/python",
"material-icon-theme.folders.associations": {
"bank_node": "queue",
"bank_protocol": "rules"
}
}