We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f01a615 + 1a3c261 commit c7219daCopy full SHA for c7219da
package.json
@@ -55,6 +55,13 @@
55
"default": 100,
56
"description": "Controls the maximum number of problems produced by the server."
57
},
58
+ "languageServerHaskell.diagnosticsOnChange": {
59
+ "scope": "resource",
60
+ "type": "boolean",
61
+ "default": true,
62
+ "description":
63
+ "Compute diagnostics continuously as you type. Turn off to only generate diagnostics on file save."
64
+ },
65
"languageServerHaskell.liquidOn": {
66
"scope": "resource",
67
"type": "boolean",
0 commit comments