Skip to content

Commit 1438106

Browse files
authored
Add new plugins fields (#842)
1 parent 345fe4f commit 1438106

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

package.json

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,12 @@
211211
"scope": "resource",
212212
"type": "boolean"
213213
},
214+
"haskell.plugin.cabal.globalOn": {
215+
"default": true,
216+
"description": "Enables cabal plugin",
217+
"scope": "resource",
218+
"type": "boolean"
219+
},
214220
"haskell.plugin.callHierarchy.globalOn": {
215221
"default": true,
216222
"description": "Enables callHierarchy plugin",
@@ -253,9 +259,15 @@
253259
"scope": "resource",
254260
"type": "boolean"
255261
},
256-
"haskell.plugin.explicitFixity.globalOn": {
262+
"haskell.plugin.explicit-fields.globalOn": {
263+
"default": true,
264+
"description": "Enables explicit-fields plugin",
265+
"scope": "resource",
266+
"type": "boolean"
267+
},
268+
"haskell.plugin.explicit-fixity.globalOn": {
257269
"default": true,
258-
"description": "Enables explicitFixity plugin",
270+
"description": "Enables explicit-fixity plugin",
259271
"scope": "resource",
260272
"type": "boolean"
261273
},

0 commit comments

Comments
 (0)