Skip to content

Commit 1a3c261

Browse files
author
Frederik Ramcke
committed
Expose diagnosticsOnChange option
Adds the option to package.yaml so that it shows up in VSCode's settings.
1 parent f01a615 commit 1a3c261

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)