{ "rust-analyzer.procMacro.enable": true, "rust-analyzer.updates.channel": "nightly", "html.validate.scripts": true, "languageserver": { "nix": { "command": "nil", "filetypes": ["nix"], "settings": { "nil": { "formatting": { "command": ["nixpkgs-fmt"] } } }, "rootPatterns": ["flake.nix"] }, "csharp-ls": { "command": "csharp-ls", "filetypes": ["cs", "razor"] }, "terraform": { "command": "terraform-ls", "args": ["serve"], "filetypes": ["terraform", "tf"], "initializationOptions": {}, "settings": {} } } }