Personalized .vscode with better folder icons

This commit is contained in:
Thastertyn 2025-01-29 10:31:07 +01:00
parent eb7f15528e
commit 61399c555a

View File

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