vscode: may need pure nix-shell

This commit is contained in:
Sridhar Ratnakumar 2022-08-09 18:51:09 -04:00
parent 2340afbdfa
commit 71aea50f8e

View file

@ -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"
} }