File tree 1 file changed +14
-2
lines changed
1 file changed +14
-2
lines changed Original file line number Diff line number Diff line change 211
211
"scope" : " resource" ,
212
212
"type" : " boolean"
213
213
},
214
+ "haskell.plugin.cabal.globalOn" : {
215
+ "default" : true ,
216
+ "description" : " Enables cabal plugin" ,
217
+ "scope" : " resource" ,
218
+ "type" : " boolean"
219
+ },
214
220
"haskell.plugin.callHierarchy.globalOn" : {
215
221
"default" : true ,
216
222
"description" : " Enables callHierarchy plugin" ,
253
259
"scope" : " resource" ,
254
260
"type" : " boolean"
255
261
},
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" : {
257
269
"default" : true ,
258
- "description" : " Enables explicitFixity plugin" ,
270
+ "description" : " Enables explicit-fixity plugin" ,
259
271
"scope" : " resource" ,
260
272
"type" : " boolean"
261
273
},
You can’t perform that action at this time.
0 commit comments