From 61399c555a858bc4090ec4b8200bb7cfd3ba5025 Mon Sep 17 00:00:00 2001 From: Thastertyn Date: Wed, 29 Jan 2025 10:31:07 +0100 Subject: [PATCH] Personalized .vscode with better folder icons --- .vscode/settings.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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" + } }