feat(vscode): sync

This commit is contained in:
winston 2024-06-20 08:27:19 +02:00
parent 3afa78d52a
commit 813b7029a0
Signed by: winston
GPG key ID: 3786770EDBC2B481
2 changed files with 7 additions and 24 deletions

View file

@ -89,8 +89,10 @@ in
arcanis.vscode-zipfs arcanis.vscode-zipfs
astro-build.astro-vscode astro-build.astro-vscode
bashmish.es6-string-css bashmish.es6-string-css
biomejs.biome
bradlc.vscode-tailwindcss bradlc.vscode-tailwindcss
charliermarsh.ruff charliermarsh.ruff
dawidd6.debian-vscode
dbaeumer.vscode-eslint dbaeumer.vscode-eslint
denoland.vscode-deno denoland.vscode-deno
dhall.dhall-lang dhall.dhall-lang
@ -100,6 +102,8 @@ in
geequlim.godot-tools geequlim.godot-tools
github.copilot github.copilot
github.vscode-github-actions github.vscode-github-actions
haskell.haskell
justusadam.language-haskell
gitlab.gitlab-workflow gitlab.gitlab-workflow
golang.go golang.go
graphql.vscode-graphql-syntax graphql.vscode-graphql-syntax

View file

@ -38,20 +38,10 @@
"window.autoDetectColorScheme": true, "window.autoDetectColorScheme": true,
"window.commandCenter": false, "window.commandCenter": false,
"window.titleBarStyle": "custom", "window.titleBarStyle": "custom",
"workbench.colorTheme": "Catppuccin Mocha", "workbench.iconTheme": "bearded-icons",
"workbench.layoutControl.enabled": false, "workbench.layoutControl.enabled": false,
"workbench.preferredDarkColorTheme": "Catppuccin Mocha",
"workbench.preferredLightColorTheme": "Catppuccin Latte",
"workbench.productIconTheme": "icons-carbon", "workbench.productIconTheme": "icons-carbon",
// ext "workbench.tree.indent": 20,
"catppuccin.accentColor": "pink",
"catppuccin.customUIColors": {
"all": {
"statusBar.foreground": "accent",
"statusBar.noFolderForeground": "accent"
}
},
"catppuccin.extraBordersEnabled": true,
"zenMode.centerLayout": false, "zenMode.centerLayout": false,
"zenMode.fullScreen": false, "zenMode.fullScreen": false,
@ -86,6 +76,7 @@
"files.associations": { "files.associations": {
"dep5": "debian-copyright" "dep5": "debian-copyright"
}, },
"files.autoSave": "afterDelay",
"remote.SSH.useLocalServer": false, "remote.SSH.useLocalServer": false,
"remote.SSH.remotePlatform": { "remote.SSH.remotePlatform": {
@ -290,17 +281,5 @@
"vs-kubernetes": { "vs-kubernetes": {
"vs-kubernetes.crd-code-completion": "enabled", "vs-kubernetes.crd-code-completion": "enabled",
"vs-kubernetes.minikube-show-information-expiration": "2024-06-09T06:56:22.175Z" "vs-kubernetes.minikube-show-information-expiration": "2024-06-09T06:56:22.175Z"
},
"editor.tokenColorCustomizations": {
"[Catppuccin Mocha]": {
"textMateRules": [
{
"scope": "storage.type.dhall",
"settings": {
"foreground": "#FF0000"
}
}
]
}
} }
} }