settings.json (2657B)
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80
{ "chat.disableAIFeatures": true, "editor.cursorBlinking": "expand", "editor.cursorSmoothCaretAnimation": "on", "editor.cursorStyle": "line-thin", "editor.formatOnSave": true, "editor.linkedEditing": true, "editor.smoothScrolling": true, "editor.suggest.preview": true, "editor.suggest.showStatusBar": true, "editor.unfoldOnClickAfterEndOfLine": true, "explorer.confirmDelete": false, "explorer.incrementalNaming": "smart", "explorer.openEditors.visible": 7, "extensions.autoCheckUpdates": false, "extensions.autoUpdate": false, "extensions.ignoreRecommendations": true, "files.autoSave": "onWindowChange", "files.trimFinalNewlines": true, "search.showLineNumbers": true, "search.smartCase": true, "search.useGlobalIgnoreFiles": true, "search.useParentIgnoreFiles": true, "telemetry.telemetryLevel": "off", "terminal.integrated.cursorStyle": "line", "terminal.integrated.enableVisualBell": true, "terminal.integrated.tabs.separator": " / ", "update.mode": "none", "window.autoDetectColorScheme": false, "window.closeWhenEmpty": true, "window.commandCenter": true, "window.dialogStyle": "custom", "window.doubleClickIconToClose": true, "window.menuBarVisibility": "toggle", "window.titleSeparator": " / ", "workbench.browser.openLocalhostLinks": true, "workbench.commandPalette.preserveInput": true, "workbench.editor.highlightModifiedTabs": true, "workbench.list.horizontalScrolling": true, "workbench.list.smoothScrolling": true, "workbench.startupEditor": "readme", "editor.defaultFormatter": "esbenp.prettier-vscode", "better-comments.highlightPlainText": true, "scm.repositories.visible": 7, "python.languageServer": "None", "nix.enableLanguageServer": true, "nix.serverPath": "nixd", "nix.hiddenLanguageServerErrors": ["textDocument/definition"], "nix.serverSettings": { "nixd": { "nixpkgs": { "expr": "import (builtins.getFlake \"/etc/nixos\").inputs.nixpkgs { }" }, "options": { "nixos": { "expr": "let f = builtins.getFlake \"/etc/nixos\"; h = builtins.replaceStrings [\"\\n\"] [\"\"] (builtins.readFile /etc/hostname); in f.nixosConfigurations.${h}.options" } }, "formatting": { "command": ["alejandra"] } } }, "[nix]": { "editor.defaultFormatter": "jnoortheen.nix-ide" }, "[cpp]": { "editor.defaultFormatter": "ms-vscode.cpptools" }, "[python]": { "editor.defaultFormatter": "charliermarsh.ruff" }, "[xml]": { "editor.defaultFormatter": "redhat.vscode-xml" }, "[toml]": { "editor.defaultFormatter": "tombi-toml.tombi" } }