diff --git a/.vscode/settings.json b/.vscode/settings.json index abd40a3..cf92a63 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -2,5 +2,6 @@ "editor.formatOnType": true, "editor.formatOnSave": true, "nixEnvSelector.nixFile": "${workspaceRoot}/shell.nix", - "haskell.formattingProvider": "fourmolu" -} + "haskell.formattingProvider": "fourmolu", + "haskell.manageHLS": "PATH" +} \ No newline at end of file