Skip to content

Commit b5166b9

Browse files
committed
Remove configuration options that aren't relevant to HLS from README
1 parent 940a29e commit b5166b9

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

README.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,6 @@ You can choose which language server to use from the "Haskell > Language Server
3131

3232
## Configuration options
3333

34-
You can disable HLint and also control the maximum number of reported problems,
35-
36-
```json
37-
"haskell.hlintOn": true,
38-
"haskell.maxNumberOfProblems": 100,
39-
```
40-
4134
### Enable/disable server
4235

4336
You can enable or disable the chosen haskell language server via configuration. This is sometimes useful at workspace level, because multi-root workspaces do not yet allow you to manage extensions at the folder level, which can be necessary.

0 commit comments

Comments
 (0)