{ "workbench.iconTheme": "catppuccin-mocha", "workbench.colorTheme": "Catppuccin Mocha", "workbench.preferredDarkColorTheme": "Catppuccin Mocha", "workbench.preferredLightColorTheme": "Catppuccin Latte", "window.titleBarStyle": "custom", "window.autoDetectColorScheme": true, "telemetry.telemetryLevel": "off", "update.mode": "none", "extensions.autoUpdate": false, "extensions.ignoreRecommendations": true, "editor.fontFamily": "Berkeley Mono, Symbols Nerd Font, monospace", "editor.fontSize": 14, "terminal.integrated.fontSize": 14, "editor.inlineSuggest.enabled": true, "git.autofetch": true, "editor.lineNumbers": "relative", "editor.minimap.enabled": false, "vim.incsearch": true, "vim.replaceWithRegister": true, "vim.camelCaseMotion.enable": true, "vim.hlsearch": true, "vim.highlightedyank.enable": true, "vim.highlightedyank.color": "rgba(128, 128, 128, 0.8)", "vim.smartRelativeLine": true, "vim.insertModeKeyBindings": [], "vim.normalModeKeyBindingsNonRecursive": [ { "before": ["K"], "commands": ["editor.action.showHover"] }, { "before": ["", "f", "d"], "commands": ["workbench.action.quickOpen"] }, { "before": ["", "f", "t"], "commands": ["workbench.action.selectTheme"] }, { "before": ["", "n", "f"], "commands": ["editor.action.formatDocument"] }, { "before": ["[", "d"], "commands": ["editor.action.marker.prevInFiles"] }, { "before": ["]", "d"], "commands": ["editor.action.marker.nextInFiles"] }, { "before": ["[", "c"], "commands": ["workbench.action.editor.previousChange"] }, { "before": ["]", "c"], "commands": ["workbench.action.editor.nextChange"] }, { "before": [""], "after": ["", "l"] }, { "before": [""], "after": ["", "h"] }, { "before": ["K"], "commands": ["editor.action.showHover"] }, { "before": ["", "\\"], "after": ["", "v"] }, { "before": ["", "-"], "after": ["", "s"] } ], "vim.leader": "", "vim.handleKeys": { "": true, "": true, "": true, "": true, "": true, "": true }, "catppuccin.accentColor": "pink", "catppuccin.customUIColors": { "all": { "statusBar.foreground": "accent", "statusBar.noFolderForeground": "accent" } }, "redhat.telemetry.enabled": false, "ltex.additionalRules.enablePickyRules": true, "debug.onTaskErrors": "debugAnyway", "editor.inlayHints.padding": true, "editor.inlayHints.fontFamily": "Victor Mono", "editor.inlayHints.fontSize": 12, "vs-kubernetes": { "vs-kubernetes.crd-code-completion": "enabled", "vs-kubernetes.minikube-show-information-expiration": "2023-10-01T02:24:51.560Z" }, "markdown.preview.fontFamily": "IBM Plex Sans, sans-serif", "ltex.additionalRules.motherTongue": "de-AT", "diffEditor.ignoreTrimWhitespace": false, "search.useGlobalIgnoreFiles": true, "search.useParentIgnoreFiles": true, "typescript.inlayHints.parameterNames.enabled": "all", "[typescript]": { "editor.defaultFormatter": "esbenp.prettier-vscode" }, "[less]": { "editor.defaultFormatter": "esbenp.prettier-vscode" } }