Skip to content

Commit

Permalink
code-runner with cabal (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
LimpSword authored Nov 4, 2024
1 parent 7ca9f18 commit 1d67b6c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
{
"haskell.manageHLS": "GHCup",
"haskell.plugin.hlint.diagnosticsOn": false
"haskell.plugin.hlint.diagnosticsOn": false,
"code-runner.executorMap": {
"haskell": "cabal run -v0 $fileName",
}
}

0 comments on commit 1d67b6c

Please sign in to comment.