Skip to content

Commit 070e283

Browse files
committed
Remove superfluous global switchs
1 parent 78eac95 commit 070e283

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

package.json

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -168,12 +168,6 @@
168168
"default": "keep-up-to-date",
169169
"markdownDescription": "Only applicable with `#haskell.languageServerVariant#` set to `haskell-language-server`. Determine what to do when a new version of the language server is available."
170170
},
171-
"haskell.plugin.importLens.globalOn": {
172-
"scope": "resource",
173-
"type": "boolean",
174-
"default": true,
175-
"description": "Enables explicit imports plugin"
176-
},
177171
"haskell.plugin.importLens.codeActionsOn": {
178172
"scope": "resource",
179173
"type": "boolean",
@@ -186,12 +180,6 @@
186180
"default": true,
187181
"description": "Enables explicit imports code lenses"
188182
},
189-
"haskell.plugin.hlint.globalOn": {
190-
"scope": "resource",
191-
"type": "boolean",
192-
"default": true,
193-
"description": "Enables hlint plugin"
194-
},
195183
"haskell.plugin.hlint.codeActionsOn": {
196184
"scope": "resource",
197185
"type": "boolean",
@@ -259,12 +247,6 @@
259247
"default": true,
260248
"markdownDescription": "Features set used by wingman(tactic) plugin"
261249
},
262-
"haskell.plugin.pragmas.globalOn": {
263-
"scope": "resource",
264-
"type": "boolean",
265-
"default": true,
266-
"description": "Enables pragmas plugin"
267-
},
268250
"haskell.plugin.pragmas.codeActionsOn": {
269251
"scope": "resource",
270252
"type": "boolean",

0 commit comments

Comments
 (0)