Skip to content

Commit c7219da

Browse files
authored
Merge pull request #156 from EggBaconAndSpam/config-diagnosticsOnChange
Expose diagnosticsOnChange option
2 parents f01a615 + 1a3c261 commit c7219da

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

package.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,13 @@
5555
"default": 100,
5656
"description": "Controls the maximum number of problems produced by the server."
5757
},
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+
},
5865
"languageServerHaskell.liquidOn": {
5966
"scope": "resource",
6067
"type": "boolean",

0 commit comments

Comments
 (0)