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 226
226
"scope" : " resource" ,
227
227
"type" : " boolean"
228
228
},
229
- "haskell.plugin.class.globalOn " : {
229
+ "haskell.plugin.class.codeActionsOn " : {
230
230
"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" ,
232
238
"scope" : " resource" ,
233
239
"type" : " boolean"
234
240
},
250
256
"scope" : " resource" ,
251
257
"type" : " boolean"
252
258
},
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
+ },
253
271
"haskell.plugin.ghcide-code-actions-bindings.globalOn" : {
254
272
"default" : true ,
255
273
"description" : " Enables ghcide-code-actions-bindings plugin" ,
You can’t perform that action at this time.
0 commit comments