File tree Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
6
6
7
7
## [ Unreleased]
8
8
9
- - ` Nil `
9
+ - fix typo
10
10
11
11
## [ 0.1.2]
12
12
Original file line number Diff line number Diff line change 1
1
# Haskell Runner 2
2
2
3
- Sucessor of the original ` Haskell Runner ` .
3
+ Successor of the original ` Haskell Runner ` .
4
4
5
5
## Features
6
6
7
- A simple extension to run haskell.
7
+ A simple extension to run Haskell:
8
+
9
+ * Load Haskell file/project to repl (GHCi)
10
+ * Run ` stack build/test/run ` inside a stack project
8
11
9
12
## Requirements
10
13
@@ -15,10 +18,10 @@ Required: `ghc` and `stack`.
15
18
The following configurations are available:
16
19
17
20
* ` runner2.stackPath ` : path for ` stack ` executable (default ` stack ` )
18
- * ` runner2.stackRepl ` : use ` stack repl ` instead of ` ghci ` (default ` false ` )
21
+ * ` runner2.stackRepl ` : use ` stack repl ` instead of ` ghci ` , you may like to turn it on in stack projects (default ` false ` )
19
22
* ` runner2.stackRun ` : show ` stack run ` button (default ` false ` )
20
23
21
- > You need to restart the extension after updating config
24
+ > You need to reload the extension after updating config
22
25
23
26
## Release Notes
24
27
You can’t perform that action at this time.
0 commit comments