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
@@ -7,7 +7,7 @@ Successor of the original `Haskell Runner`.
7
7
A simple extension to run Haskell:
8
8
9
9
- Load Haskell file/project to repl (GHCi)
10
-
-Run `stack build/test/run`inside a stack project
10
+
-*Build*, *Test* or *Run*inside a stack or cabal project
11
11
- Send selected Haskell code to GHCi (`ctrl+alt+right`)
12
12
13
13
## Requirements
@@ -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.stackRun`: show "Stack Run" button, *reload required* (default `false`)
25
+
-`runner2.showRunButton`: show "Stack/Cabal Run" button, *reload required* (default `false`)
0 commit comments