Update editor settings and add new Zed projects

This commit is contained in:
2025-09-09 10:41:03 +02:00
parent 79425af4b0
commit c79142e117
2 changed files with 32 additions and 6 deletions

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,9 +75,11 @@
"tsc",
"git log",
"git diff",
"git show"
"git show",
"flutter analyze",
"flutter"
],
"kilo-code.deniedCommands": [],
"github.copilot.nextEditSuggestions.enabled": true,
"workbench.iconTheme": "vscode-icons"
}
}