Skip to content

Commit fb5f0ee

Browse files
Fix hole_severity option: Use integer instead of string
1 parent 39b7a2b commit fb5f0ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@
275275
null
276276
],
277277
"default": null,
278-
"type": "string"
278+
"type": "integer"
279279
},
280280
"haskell.plugin.tactics.config.max_use_ctor_actions": {
281281
"title": "Max number of constructors",

0 commit comments

Comments
 (0)