Skip to content

Commit

Permalink
Add missing configuration options for the latest HLS version
Browse files Browse the repository at this point in the history
  • Loading branch information
fendor committed Sep 20, 2022
1 parent e6cc447 commit 26269eb
Showing 1 changed file with 20 additions and 2 deletions.
22 changes: 20 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -226,9 +226,15 @@
"scope": "resource",
"type": "boolean"
},
"haskell.plugin.class.globalOn": {
"haskell.plugin.class.codeActionsOn": {
"default": true,
"description": "Enables class plugin",
"description": "Enables class code actions",
"scope": "resource",
"type": "boolean"
},
"haskell.plugin.class.codeLensOn": {
"default": true,
"description": "Enables class code lenses",
"scope": "resource",
"type": "boolean"
},
Expand All @@ -250,6 +256,18 @@
"scope": "resource",
"type": "boolean"
},
"haskell.plugin.explicitFixity.globalOn": {
"default": true,
"description": "Enables explicitFixity plugin",
"scope": "resource",
"type": "boolean"
},
"haskell.plugin.gadt.globalOn": {
"default": true,
"description": "Enables gadt plugin",
"scope": "resource",
"type": "boolean"
},
"haskell.plugin.ghcide-code-actions-bindings.globalOn": {
"default": true,
"description": "Enables ghcide-code-actions-bindings plugin",
Expand Down

0 comments on commit 26269eb

Please sign in to comment.