Skip to content

Commit 2f048ef

Browse files
committed
Set wingman features type to string
1 parent 02facde commit 2f048ef

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
@@ -227,7 +227,7 @@
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)