Change VSCode theme to Catppuccin Latte and add new commands
Some checks failed
Ansible Lint Check / check-ansible (push) Failing after 11s
Nix Format Check / check-format (push) Failing after 1m16s
Python Lint Check / check-python (push) Failing after 6s

This commit is contained in:
2025-09-04 14:10:21 +02:00
parent fe73569e0b
commit 2834c1c34e

View File

@@ -56,7 +56,7 @@
"window.confirmSaveUntitledWorkspace": false,
"git.openRepositoryInParentFolders": "never",
"debug.toolBarLocation": "commandCenter",
"workbench.colorTheme": "Catppuccin Macchiato",
"workbench.colorTheme": "Catppuccin Latte",
"ansible.lightspeed.enabled": false,
"ansible.lightspeed.suggestions.enabled": false,
"docker.extension.enableComposeLanguageServer": false,
@@ -75,7 +75,10 @@
"tsc",
"git log",
"git diff",
"git show"
"git show",
"flutter analyze",
"flutter",
"make"
],
"kilo-code.deniedCommands": [],
"github.copilot.nextEditSuggestions.enabled": true,