diff --git a/.vscode/settings.json b/.vscode/settings.json index 812760d..6098fba 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -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" + } }