File tree 1 file changed +3
-9
lines changed
1 file changed +3
-9
lines changed Original file line number Diff line number Diff line change 213
213
"default" : true ,
214
214
"description" : " Enables retrie plugin"
215
215
},
216
- "haskell.plugin.tactic .globalOn" : {
216
+ "haskell.plugin.tactics .globalOn" : {
217
217
"scope" : " resource" ,
218
218
"type" : " boolean" ,
219
219
"default" : true ,
220
- "description" : " Enables wingman (tactic) plugin"
221
- },
222
- "haskell.plugin.tactic.config.features" : {
223
- "scope" : " resource" ,
224
- "type" : " string" ,
225
- "default" : true ,
226
- "markdownDescription" : " Feature set used by Wingman"
220
+ "description" : " Enables Wingman (tactics) plugin"
227
221
},
228
222
"haskell.plugin.tactics.config.hole_severity" : {
229
223
"enumDescriptions" : [
245
239
"default" : null ,
246
240
"type" : " string"
247
241
},
248
- "haskell.plugin.tactic .config.max_use_ctor_actions" : {
242
+ "haskell.plugin.tactics .config.max_use_ctor_actions" : {
249
243
"title" : " Max number of constructors" ,
250
244
"scope" : " resource" ,
251
245
"type" : " integer" ,
You can’t perform that action at this time.
0 commit comments