diff --git a/README.md b/README.md index a7934338..320a4a05 100644 --- a/README.md +++ b/README.md @@ -79,7 +79,7 @@ its dependencies have been built with the `-haddock` GHC flag. ```yaml ghc-options: - "$everything": -haddock + '$everything': -haddock ``` Note that this flag will cause compilation errors if a dependency contains invalid Haddock markup, diff --git a/package.json b/package.json index 34b3ed55..62471596 100644 --- a/package.json +++ b/package.json @@ -75,12 +75,6 @@ "default": true, "description": "Get suggestions from hlint" }, - "haskell.maxNumberOfProblems": { - "scope": "resource", - "type": "number", - "default": 100, - "description": "Controls the maximum number of problems produced by the server" - }, "haskell.diagnosticsOnChange": { "scope": "resource", "type": "boolean",