Skip to content

Commit 53512ed

Browse files
committed
Fix README typos
1 parent 988d89a commit 53512ed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ This extension adds language support for [Haskell](https://haskell.org), powered
5151
If your server is manually installed and not on your path, you can also manually set the path to the executable.
5252

5353
```json
54-
"haskell.serverExecutablePath": "~/.local/bin/hie"
54+
"haskell.serverExecutablePath": "~/.local/bin/haskell-language-server"
5555
```
5656

5757
There are a few placeholders which will be expanded:
@@ -61,7 +61,7 @@ There are a few placeholders which will be expanded:
6161

6262
#### Security warning
6363

64-
The option has scope `resource` scope so it can be changed per workspace.
64+
The option has `resource` scope so it can be changed per workspace.
6565
This supposes it could be used to execute arbitrary programs adding a `.vscode/settings.json` in the workspace folder including this option with the appropiate path.
6666
For this reason its scope will be changed to `machine` so users only will be able to change it globally.
6767
See #387 for more details.

0 commit comments

Comments
 (0)