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.
1 parent 878a8cd commit 2549193Copy full SHA for 2549193
package.json
@@ -67,18 +67,6 @@
67
"type": "object",
68
"title": "Haskell",
69
"properties": {
70
- "haskell.diagnosticsOnChange": {
71
- "scope": "resource",
72
- "type": "boolean",
73
- "default": true,
74
- "description": "Compute diagnostics continuously as you type. Turn off to only generate diagnostics on file save."
75
- },
76
- "haskell.formatOnImportOn": {
77
78
79
80
- "description": "When adding an import, use the formatter on the result"
81
82
"haskell.formattingProvider": {
83
"scope": "resource",
84
"type": "string",
0 commit comments