vscode: may need pure nix-shell
This commit is contained in:
parent
2340afbdfa
commit
71aea50f8e
1 changed files with 1 additions and 0 deletions
1
.vscode/settings.json
vendored
1
.vscode/settings.json
vendored
|
@ -2,6 +2,7 @@
|
||||||
"editor.formatOnType": true,
|
"editor.formatOnType": true,
|
||||||
"editor.formatOnSave": true,
|
"editor.formatOnSave": true,
|
||||||
"nixEnvSelector.nixFile": "${workspaceRoot}/shell.nix",
|
"nixEnvSelector.nixFile": "${workspaceRoot}/shell.nix",
|
||||||
|
// "nixEnvSelector.args": "--pure"
|
||||||
"haskell.formattingProvider": "fourmolu",
|
"haskell.formattingProvider": "fourmolu",
|
||||||
"haskell.manageHLS": "PATH"
|
"haskell.manageHLS": "PATH"
|
||||||
}
|
}
|
Loading…
Reference in a new issue