Skip to content

Commit 1d67b6c

Browse files
authored
code-runner with cabal (#8)
1 parent 7ca9f18 commit 1d67b6c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.vscode/settings.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
{
22
"haskell.manageHLS": "GHCup",
3-
"haskell.plugin.hlint.diagnosticsOn": false
3+
"haskell.plugin.hlint.diagnosticsOn": false,
4+
"code-runner.executorMap": {
5+
"haskell": "cabal run -v0 $fileName",
6+
}
47
}

0 commit comments

Comments
 (0)