Skip to content

Commit d8c0727

Browse files
authored
Merge pull request #363 from jneira/remove-max-problems
Remove max number of problems config option
2 parents 859848b + 4844dae commit d8c0727

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ its dependencies have been built with the `-haddock` GHC flag.
7979

8080
```yaml
8181
ghc-options:
82-
"$everything": -haddock
82+
'$everything': -haddock
8383
```
8484

8585
Note that this flag will cause compilation errors if a dependency contains invalid Haddock markup,

Diff for: package.json

-6
Original file line numberDiff line numberDiff line change
@@ -75,12 +75,6 @@
7575
"default": true,
7676
"description": "Get suggestions from hlint"
7777
},
78-
"haskell.maxNumberOfProblems": {
79-
"scope": "resource",
80-
"type": "number",
81-
"default": 100,
82-
"description": "Controls the maximum number of problems produced by the server"
83-
},
8478
"haskell.diagnosticsOnChange": {
8579
"scope": "resource",
8680
"type": "boolean",

0 commit comments

Comments
 (0)