File tree Expand file tree Collapse file tree 1 file changed +20
-2
lines changed
Expand file tree Collapse file tree 1 file changed +20
-2
lines changed Original file line number Diff line number Diff line change 226226 "scope" : " resource" ,
227227 "type" : " boolean"
228228 },
229- "haskell.plugin.class.globalOn " : {
229+ "haskell.plugin.class.codeActionsOn " : {
230230 "default" : true ,
231- "description" : " Enables class plugin" ,
231+ "description" : " Enables class code actions" ,
232+ "scope" : " resource" ,
233+ "type" : " boolean"
234+ },
235+ "haskell.plugin.class.codeLensOn" : {
236+ "default" : true ,
237+ "description" : " Enables class code lenses" ,
232238 "scope" : " resource" ,
233239 "type" : " boolean"
234240 },
250256 "scope" : " resource" ,
251257 "type" : " boolean"
252258 },
259+ "haskell.plugin.explicitFixity.globalOn" : {
260+ "default" : true ,
261+ "description" : " Enables explicitFixity plugin" ,
262+ "scope" : " resource" ,
263+ "type" : " boolean"
264+ },
265+ "haskell.plugin.gadt.globalOn" : {
266+ "default" : true ,
267+ "description" : " Enables gadt plugin" ,
268+ "scope" : " resource" ,
269+ "type" : " boolean"
270+ },
253271 "haskell.plugin.ghcide-code-actions-bindings.globalOn" : {
254272 "default" : true ,
255273 "description" : " Enables ghcide-code-actions-bindings plugin" ,
You can’t perform that action at this time.
0 commit comments