Skip to content

Commit 998e34d

Browse files
authored
Merge pull request #413 from isovector/patch-1
Fix tactics config
2 parents a09c9be + 667774b commit 998e34d

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

package.json

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -213,17 +213,11 @@
213213
"default": true,
214214
"description": "Enables retrie plugin"
215215
},
216-
"haskell.plugin.tactic.globalOn": {
216+
"haskell.plugin.tactics.globalOn": {
217217
"scope": "resource",
218218
"type": "boolean",
219219
"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"
227221
},
228222
"haskell.plugin.tactics.config.hole_severity": {
229223
"enumDescriptions": [
@@ -245,7 +239,7 @@
245239
"default": null,
246240
"type": "string"
247241
},
248-
"haskell.plugin.tactic.config.max_use_ctor_actions": {
242+
"haskell.plugin.tactics.config.max_use_ctor_actions": {
249243
"title": "Max number of constructors",
250244
"scope": "resource",
251245
"type": "integer",

0 commit comments

Comments
 (0)