Change VSCode theme to Catppuccin Latte and add new commands
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user