Skip to content

Commit 02facde

Browse files
authored
Use integer instead number
1 parent 750e1cb commit 02facde

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
@@ -221,7 +221,7 @@
221221
"haskell.plugin.tactic.config.max_use_ctor_actions": {
222222
"title": "Max number of constructors",
223223
"scope": "resource",
224-
"type": "number",
224+
"type": "integer",
225225
"default": true,
226226
"markdownDescription": "Maximum number of `Use constructor <x>` code actions that can appear"
227227
},

0 commit comments

Comments
 (0)