11 lines
No EOL
331 B
JSON
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"
|
|
} |