feat: remove trash-cli from package installation and update VSCode icon theme to vscode-icons
Some checks failed
Ansible Lint Check / check-ansible (push) Failing after 28s
Nix Format Check / check-format (push) Failing after 1m29s
Python Lint Check / check-python (push) Failing after 18s

This commit is contained in:
2025-05-20 14:22:23 +02:00
parent 21c4b17f76
commit 5041d64a39
3 changed files with 1 additions and 3 deletions

View File

@ -6,7 +6,7 @@
"*": true
},
"git.autofetch": true,
"workbench.iconTheme": "icons",
"workbench.iconTheme": "vscode-icons",
"[jsonc]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},