vscode: add manageHLS (set to PATH)

This commit is contained in:
Sridhar Ratnakumar 2022-06-28 17:11:14 -04:00
parent eccfe28a59
commit 7c21b22972

View file

@ -2,5 +2,6 @@
"editor.formatOnType": true,
"editor.formatOnSave": true,
"nixEnvSelector.nixFile": "${workspaceRoot}/shell.nix",
"haskell.formattingProvider": "fourmolu"
}
"haskell.formattingProvider": "fourmolu",
"haskell.manageHLS": "PATH"
}