File tree Expand file tree Collapse file tree 1 file changed +14
-2
lines changed
Expand file tree Collapse file tree 1 file changed +14
-2
lines changed Original file line number Diff line number Diff line change 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" ,
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 },
You can’t perform that action at this time.
0 commit comments