Skip to content

Commit 6eab7aa

Browse files
committed
Corrections and simplify type lenses cfg
1 parent d46d622 commit 6eab7aa

File tree

2 files changed

+16
-42
lines changed

2 files changed

+16
-42
lines changed

package-lock.json

Lines changed: 13 additions & 33 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@
244244
"scope": "resource",
245245
"type": "boolean",
246246
"default": true,
247-
"description": "Enables haddock comments plugin"
247+
"description": "Enables wingman(tactic) plugin"
248248
},
249249
"haskell.plugin.tactic.config.max_use_ctor_actions": {
250250
"title": "Max number of constructors",
@@ -257,7 +257,7 @@
257257
"scope": "resource",
258258
"type": "Object",
259259
"default": true,
260-
"markdownDescription": "Features set used by tactic plugin"
260+
"markdownDescription": "Features set used by wingman(tactic) plugin"
261261
},
262262
"haskell.plugin.pragmas.globalOn": {
263263
"scope": "resource",
@@ -281,13 +281,7 @@
281281
"scope": "resource",
282282
"type": "boolean",
283283
"default": true,
284-
"description": "Enables pragmas plugin"
285-
},
286-
"haskell.plugin.ghcide-type-lenses.codeLensOn": {
287-
"scope": "resource",
288-
"type": "boolean",
289-
"default": true,
290-
"description": "Enables pragmas code actions"
284+
"description": "Enables type lenses plugin"
291285
},
292286
"haskell.plugin.ghcide-type-lenses.config.mode": {
293287
"scope": "resource",

0 commit comments

Comments
 (0)