{ "files.associations": { "*.json5": "jsonc", "**/kubernetes/**/*.sops.toml": "plaintext" }, "material-icon-theme.folders.associations": { ".taskfiles": "utils", "bootstrap": "import", "charts": "kubernetes", "hack": "scripts", "repositories": "database", "vars": "other", // namespaces "cert-manager": "guard", "external-secrets": "keys", "kube-system": "kubernetes", "monitoring": "event", "networking": "connection", "rook-ceph": "dump", }, "yaml.schemaStore.enable": true, "yaml.schemas": { "kubernetes": "kubernetes/**/*.yaml" }, "editor.fontFamily": "FiraCode Nerd Font", "editor.fontLigatures": true, "editor.bracketPairColorization.enabled": true, "editor.guides.bracketPairs": true, "editor.guides.bracketPairsHorizontal": true, "editor.guides.highlightActiveBracketPair": true, "editor.hover.delay": 1500, "editor.stickyScroll.enabled": false, "editor.rulers": [ 100 ], "explorer.autoReveal": false, "files.trimTrailingWhitespace": true, "sops.defaults.ageKeyFile": "age.key", }