this string has no description
settings.json
123 lines 4.2 kB view raw
1{ 2 "[c]": { 3 "editor.defaultFormatter": "llvm-vs-code-extensions.vscode-clangd", 4 "editor.tabSize": 2 5 }, 6 "[css]": { 7 "editor.defaultFormatter": "biomejs.biome" 8 }, 9 "[haskell]": { 10 "editor.defaultFormatter": "haskell.haskell" 11 }, 12 "[html]": { 13 "editor.defaultFormatter": "biomejs.biome" 14 }, 15 "[javascript]": { 16 "editor.defaultFormatter": "biomejs.biome" 17 }, 18 "[json]": { 19 "editor.defaultFormatter": "biomejs.biome" 20 }, 21 "[jsonc]": { 22 "editor.defaultFormatter": "biomejs.biome" 23 }, 24 "[svelte]": { 25 "editor.defaultFormatter": "svelte.svelte-vscode" 26 }, 27 "[typescript]": { 28 "editor.defaultFormatter": "biomejs.biome" 29 }, 30 "biome.requireConfiguration": true, 31 "breadcrumbs.enabled": false, 32 "calva.paredit.defaultKeyMap": "strict", 33 "calva.prettyPrintingOptions": { 34 "enabled": true, 35 "maxLength": 50, 36 "printEngine": "pprint", 37 "width": 120 38 }, 39 "claudeCode.preferredLocation": "panel", 40 "editor.bracketPairColorization.enabled": true, 41 "editor.codeActionsOnSave": { 42 "source.organizeImports.biome": "always" 43 }, 44 "editor.experimental.treeSitterTelemetry": true, 45 "editor.find.globalFindClipboard": true, 46 "editor.fontFamily": "\"JetBrains Mono\", \"Input Sans\", \"Cascadia Code\", \"SF Mono\", \"Monaspace Neon Var\", \"Iosevka Extended\", Menlo, Monaco, 'Courier New', monospace", 47 "editor.fontLigatures": true, 48 "editor.fontSize": 13, 49 "editor.formatOnPaste": true, 50 "editor.formatOnSave": true, 51 "editor.formatOnType": true, 52 "editor.minimap.maxColumn": 40, 53 "editor.minimap.showSlider": "always", 54 "editor.renderFinalNewline": "off", 55 "editor.rulers": [ 56 80, 57 120 58 ], 59 "editor.scrollbar.horizontalScrollbarSize": 8, 60 "editor.scrollbar.verticalScrollbarSize": 8, 61 "errorLens.enabledDiagnosticLevels": [ 62 "warning", 63 "error" 64 ], 65 "errorLens.fontFamily": "SF Pro Text", 66 "errorLens.fontSize": "0.95em", 67 "files.insertFinalNewline": true, 68 "files.trimFinalNewlines": true, 69 "files.trimTrailingWhitespace": true, 70 "git.autofetch": true, 71 "git.blame.editorDecoration.enabled": true, 72 "git.blame.statusBarItem.enabled": false, 73 "git.confirmSync": false, 74 "git.defaultBranchName": "", 75 "git.enableSmartCommit": true, 76 "haskell.manageHLS": "GHCup", 77 "haskell.plugin.semanticTokens.globalOn": true, 78 "js/ts.updateImportsOnFileMove.enabled": "prompt", 79 "json.schemaDownload.trustedDomains": { 80 "https://biomejs.dev": true, 81 "https://developer.microsoft.com/json-schemas/": true, 82 "https://esm.sh": true, 83 "https://json-schema.org/": true, 84 "https://json.schemastore.org/": true, 85 "https://raw.githubusercontent.com/devcontainers/spec/": true, 86 "https://raw.githubusercontent.com/microsoft/vscode/": true, 87 "https://schemastore.azurewebsites.net/": true, 88 "https://www.schemastore.org/": true 89 }, 90 "kilo-code.new.autoApprove.enabled": false, 91 "kilo-code.new.showTaskTimeline": false, 92 "problems.showCurrentInStatus": true, 93 "rust-analyzer.check.command": "clippy", 94 "svelte.enable-ts-plugin": true, 95 "terminal.integrated.commandsToSkipShell": [ 96 "kilo-code.new.agentManagerOpen", 97 "kilo-code.new.agentManager.showTerminal", 98 "kilo-code.new.agentManager.runScript" 99 ], 100 "terminal.integrated.enableMultiLinePasteWarning": "never", 101 "terminal.integrated.fontFamily": "JetBrainsMono Nerd Font", 102 "terminal.integrated.fontSize": 13, 103 "terminal.integrated.initialHint": false, 104 "window.autoDetectColorScheme": true, 105 "window.commandCenter": false, 106 "window.density.editorTabHeight": "compact", 107 "window.menuStyle": "native", 108 "window.newWindowDimensions": "offset", 109 "window.systemColorTheme": "auto", 110 "window.title": "${rootName}${separator}${profileName}", 111 "workbench.activityBar.location": "top", 112 "workbench.colorTheme": "Monokai Pro (Filter Octagon)", 113 "workbench.commandPalette.experimental.suggestCommands": true, 114 "workbench.editor.defaultBinaryEditor": "hexEditor.hexedit", 115 "workbench.editor.empty.hint": "hidden", 116 "workbench.editor.tabActionLocation": "left", 117 "workbench.editor.useModal": "off", 118 "workbench.iconTheme": "catppuccin-frappe", 119 "workbench.preferredDarkColorTheme": "Vitesse Dark Soft", 120 "workbench.preferredLightColorTheme": "Rosé Pine Dawn", 121 "workbench.secondarySideBar.defaultVisibility": "hidden", 122 "workbench.sideBar.location": "right" 123}