Skip to content
This repository has been archived by the owner on Oct 7, 2020. It is now read-only.

Commit

Permalink
README.md: Change display of settings.json sample
Browse files Browse the repository at this point in the history
The `settings.json` sample is not valid JSON, it's more of a JSON schema.  Using JSON highlighting causes github to (un)helpfully highlights the "errors".

Also fix a minor grammar mistake.
  • Loading branch information
jlebar authored and fendor committed May 23, 2020
1 parent 51b9739 commit 60c5d3a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ In general, executing targets with `cabal` instead of `stack` have the same beha

If you installed multiple versions of HIE then you will need to use a wrapper script.
Wrapper script will analyze your project, find suitable version of HIE and launch it.
Enable it by editing VS Code settings like that:
Enable it by editing VS Code settings like this:

```json
"languageServerHaskell.useCustomHieWrapper": true,
Expand All @@ -321,7 +321,7 @@ Enable it by editing VS Code settings like that:
## Configuration
There are some settings that can be configured via a `settings.json` file:

```json
```
{
"languageServerHaskell": {
"hlintOn": Boolean,
Expand Down

0 comments on commit 60c5d3a

Please sign in to comment.