{ "biome.enabled": true, "editor.formatOnSave": true, "explorer.fileNesting.patterns": { "flake.nix": "*.nix, flake.lock, .envrc, .tool-versions", "package.json": " pnpm-lock.yaml, tsconfig.json, .gitignore, biome.jsonc" }, "files.exclude": { ".direnv": true, // "@girs": true, "node_modules": true }, "terminal.integrated.defaultProfile.linux": "fish-fhs", "terminal.integrated.profiles.linux": { "fish-fhs": { "args": [ "--user", "--pty", "--quiet", "--same-dir", "--service-type=exec", "fish" ], "path": "systemd-run" } }, "typescript.tsdk": "./node_modules/typescript/lib" }