We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 859848b + 4844dae commit d8c0727Copy full SHA for d8c0727
README.md
@@ -79,7 +79,7 @@ its dependencies have been built with the `-haddock` GHC flag.
79
80
```yaml
81
ghc-options:
82
- "$everything": -haddock
+ '$everything': -haddock
83
```
84
85
Note that this flag will cause compilation errors if a dependency contains invalid Haddock markup,
package.json
@@ -75,12 +75,6 @@
75
"default": true,
76
"description": "Get suggestions from hlint"
77
},
78
- "haskell.maxNumberOfProblems": {
- "scope": "resource",
- "type": "number",
- "default": 100,
- "description": "Controls the maximum number of problems produced by the server"
- },
"haskell.diagnosticsOnChange": {
"scope": "resource",
86
"type": "boolean",
0 commit comments