We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ca9f18 commit 1d67b6cCopy full SHA for 1d67b6c
.vscode/settings.json
@@ -1,4 +1,7 @@
1
{
2
"haskell.manageHLS": "GHCup",
3
- "haskell.plugin.hlint.diagnosticsOn": false
+ "haskell.plugin.hlint.diagnosticsOn": false,
4
+ "code-runner.executorMap": {
5
+ "haskell": "cabal run -v0 $fileName",
6
+ }
7
}
0 commit comments