Skip to content

Commit 2549193

Browse files
committed
Remove unused options
1 parent 878a8cd commit 2549193

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

package.json

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -67,18 +67,6 @@
6767
"type": "object",
6868
"title": "Haskell",
6969
"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-
"scope": "resource",
78-
"type": "boolean",
79-
"default": true,
80-
"description": "When adding an import, use the formatter on the result"
81-
},
8270
"haskell.formattingProvider": {
8371
"scope": "resource",
8472
"type": "string",

0 commit comments

Comments
 (0)