Skip to content

Commit ac4d2ce

Browse files
committed
Correct max_use_ctor_actions default value
1 parent bb64024 commit ac4d2ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@
249249
"title": "Max number of constructors",
250250
"scope": "resource",
251251
"type": "integer",
252-
"default": true,
252+
"default": 5,
253253
"markdownDescription": "Maximum number of `Use constructor <x>` code actions that can appear"
254254
},
255255
"haskell.plugin.tactics.config.timeout_duration": {

0 commit comments

Comments
 (0)