diff --git a/home/apps/vscode.nix b/home/apps/vscode.nix index c89c466..14f1254 100644 --- a/home/apps/vscode.nix +++ b/home/apps/vscode.nix @@ -89,8 +89,10 @@ in arcanis.vscode-zipfs astro-build.astro-vscode bashmish.es6-string-css + biomejs.biome bradlc.vscode-tailwindcss charliermarsh.ruff + dawidd6.debian-vscode dbaeumer.vscode-eslint denoland.vscode-deno dhall.dhall-lang @@ -100,6 +102,8 @@ in geequlim.godot-tools github.copilot github.vscode-github-actions + haskell.haskell + justusadam.language-haskell gitlab.gitlab-workflow golang.go graphql.vscode-graphql-syntax diff --git a/home/apps/vscode/settings.json b/home/apps/vscode/settings.json index ef1286c..6aef753 100644 --- a/home/apps/vscode/settings.json +++ b/home/apps/vscode/settings.json @@ -38,20 +38,10 @@ "window.autoDetectColorScheme": true, "window.commandCenter": false, "window.titleBarStyle": "custom", - "workbench.colorTheme": "Catppuccin Mocha", + "workbench.iconTheme": "bearded-icons", "workbench.layoutControl.enabled": false, - "workbench.preferredDarkColorTheme": "Catppuccin Mocha", - "workbench.preferredLightColorTheme": "Catppuccin Latte", "workbench.productIconTheme": "icons-carbon", - // ext - "catppuccin.accentColor": "pink", - "catppuccin.customUIColors": { - "all": { - "statusBar.foreground": "accent", - "statusBar.noFolderForeground": "accent" - } - }, - "catppuccin.extraBordersEnabled": true, + "workbench.tree.indent": 20, "zenMode.centerLayout": false, "zenMode.fullScreen": false, @@ -86,6 +76,7 @@ "files.associations": { "dep5": "debian-copyright" }, + "files.autoSave": "afterDelay", "remote.SSH.useLocalServer": false, "remote.SSH.remotePlatform": { @@ -290,17 +281,5 @@ "vs-kubernetes": { "vs-kubernetes.crd-code-completion": "enabled", "vs-kubernetes.minikube-show-information-expiration": "2024-06-09T06:56:22.175Z" - }, - "editor.tokenColorCustomizations": { - "[Catppuccin Mocha]": { - "textMateRules": [ - { - "scope": "storage.type.dhall", - "settings": { - "foreground": "#FF0000" - } - } - ] - } } }