You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Haskell Runner 2
2
2
3
-
Successor of the original `Haskell Runner`.
3
+
Rewrite of the original `Haskell Runner`.
4
4
5
5
## Features
6
6
@@ -22,7 +22,7 @@ The following configurations are available:
22
22
-`runner2.stackPath`: path for stack executable (default `stack`)
23
23
-`runner2.cabalPath`: path for cabal executable (default `cabal`)
24
24
-`runner2.replTool`: by `default`, it use `ghci` in single file and use `stack repl` (or `cabal repl`) in stack project. This can be overridden by choosing other options (`ghci` for ghci only, and `stack` (or `cabal`) for stack/cabal repl only)
25
-
-`runner2.showRunButton`: show "Stack/Cabal Run" button (default `false`)
25
+
-`runner2.showRunButton`: show "Stack/Cabal Run" button, *reload required* (default `false`)
0 commit comments