Skip to content

Commit 283de6f

Browse files
Merge branch 'master' into Add_restart
2 parents a482bc5 + a6fdf00 commit 283de6f

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@ The language client requires you to manually install the [HIE](https://github.co
1010

1111
```bash
1212
$ git clone https://github.com/haskell/haskell-ide-engine --recursive
13-
$ cd haskell-ide-engine && ./install.hs build
13+
$ cd haskell-ide-engine && ./install.hs hie
1414
```
1515

1616
On Windows, it is advised to either install HIE at the root of the drive, and/or to enable [Win32 Long paths](https://github.com/haskell/haskell-ide-engine#windows-specific-pre-requirements).
1717

1818
```cmd
1919
C:\> git clone https://github.com/haskell/haskell-ide-engine --recursive hie
20-
C:\> cd hie && stack ./install.hs build
20+
C:\> cd hie && stack ./install.hs hie
2121
```
2222

2323
If you experience difficulties, use the instructions at https://github.com/haskell/haskell-ide-engine#installation

package.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -106,11 +106,7 @@
106106
"languageServerHaskell.formattingProvider": {
107107
"scope": "resource",
108108
"type": "string",
109-
"enum": [
110-
"brittany",
111-
"floskell",
112-
"none"
113-
],
109+
"enum": ["brittany", "floskell", "ormolu", "none"],
114110
"default": "brittany",
115111
"description": "The tool to use for formatting requests."
116112
},

0 commit comments

Comments
 (0)