{ "files.associations": { "flake.lock": "json", "*.hcl": "hcl", }, "[nix]": { "editor.defaultFormatter": "brettm12345.nixfmt-vscode", "editor.formatOnSave": true, "editor.insertSpaces": true, "editor.tabSize": 2, "editor.codeLens": true, "emmet.triggerExpansionOnTab": true, "editor.quickSuggestions": { "comments": "on", "strings": "on" } }, "nix.serverPath": "nil", "nix.enableLanguageServer": true }