Skip to content

Commit f546af1

Browse files
authored
Merge pull request #368 from jneira/correct-type
Correct wingman config options types
2 parents d8c0727 + 2f048ef commit f546af1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -221,13 +221,13 @@
221221
"haskell.plugin.tactic.config.max_use_ctor_actions": {
222222
"title": "Max number of constructors",
223223
"scope": "resource",
224-
"type": "boolean",
224+
"type": "integer",
225225
"default": true,
226226
"markdownDescription": "Maximum number of `Use constructor <x>` code actions that can appear"
227227
},
228228
"haskell.plugin.tactic.config.features": {
229229
"scope": "resource",
230-
"type": "Object",
230+
"type": "string",
231231
"default": true,
232232
"markdownDescription": "Features set used by wingman (tactic) plugin"
233233
},

0 commit comments

Comments
 (0)