inductive-lambda/.vscode/settings.json
2024-11-27 16:13:14 +01:00

11 lines
No EOL
331 B
JSON

{
"search.useIgnoreFiles": true,
"editor.formatOnType": true,
"editor.formatOnSave": true,
"nixEnvSelector.nixFile": "${workspaceRoot}/shell.nix",
// "nixEnvSelector.args": "--pure"
"haskell.formattingProvider": "fourmolu",
"haskell.manageHLS": "PATH",
"nix.enableLanguageServer": true,
"nix.serverPath": "nixd"
}