vscode: add manageHLS (set to PATH)
This commit is contained in:
parent
eccfe28a59
commit
7c21b22972
1 changed files with 3 additions and 2 deletions
3
.vscode/settings.json
vendored
3
.vscode/settings.json
vendored
|
@ -2,5 +2,6 @@
|
|||
"editor.formatOnType": true,
|
||||
"editor.formatOnSave": true,
|
||||
"nixEnvSelector.nixFile": "${workspaceRoot}/shell.nix",
|
||||
"haskell.formattingProvider": "fourmolu"
|
||||
"haskell.formattingProvider": "fourmolu",
|
||||
"haskell.manageHLS": "PATH"
|
||||
}
|
Loading…
Reference in a new issue