--- /dev/null
+{
+ // Confirmation dialogs
+ "window.confirmSaveUntitledWorkspace": false,
+ "explorer.confirmDelete": false,
+ "explorer.confirmDragAndDrop": false,
+ "explorer.confirmPasteNative": false,
+ "git.confirmSync": false,
+
+ // Appearance
+ "workbench.colorTheme": "Default Light Modern",
+ "workbench.tree.indent": 40,
+ "editor.minimap.enabled": false,
+ "zenMode.fullScreen": false,
+
+ // Formatting
+ "files.trimTrailingWhitespace": true,
+ "files.insertFinalNewline": true,
+ "editor.insertSpaces": false,
+
+ // Languages
+ "zig.zls.enabled": "on",
+
+ "[nix]": {
+ "editor.tabSize": 4,
+ "editor.insertSpaces": false
+ },
+
+ // Spell check
+ "cSpell.userWords": [
+ "ayoreis",
+ "CMOS",
+ "datasheet",
+ "disko",
+ "GATERON",
+ "gitweb",
+ "homelab",
+ "Komuhn",
+ "nixos",
+ "nixpkgs",
+ "overengineered",
+ "pkgs",
+ "ratiometric",
+ "Reis",
+ "vibecoding",
+ "Videography",
+ "Zlox"
+ ],
+
+ // AI
+ "chat.disableAIFeatures": false,
+ "github.copilot.nextEditSuggestions.enabled": true,
+}