Skip to content

Commit eb3e617

Browse files
committed
Remove languageServerVariant config option
1 parent 5099d7b commit eb3e617

File tree

1 file changed

+2
-12
lines changed

1 file changed

+2
-12
lines changed

package.json

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "haskell",
33
"displayName": "Haskell",
4-
"description": "Haskell language support powered by the Haskell Language Server and ghcide",
4+
"description": "Haskell language support powered by the Haskell Language Server",
55
"version": "1.3.0",
66
"license": "MIT",
77
"publisher": "haskell",
@@ -130,16 +130,6 @@
130130
"default": "",
131131
"description": "If set, redirects the logs to a file."
132132
},
133-
"haskell.languageServerVariant": {
134-
"scope": "resource",
135-
"type": "string",
136-
"enum": [
137-
"haskell-language-server",
138-
"ghcide"
139-
],
140-
"default": "haskell-language-server",
141-
"description": "Which language server to use."
142-
},
143133
"haskell.releasesURL": {
144134
"scope": "resource",
145135
"type": "string",
@@ -166,7 +156,7 @@
166156
"Don't check for newer versions"
167157
],
168158
"default": "keep-up-to-date",
169-
"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."
159+
"markdownDescription": "Determine what to do when a new version of the language server is available."
170160
},
171161
"haskell.plugin.importLens.codeActionsOn": {
172162
"scope": "resource",

0 commit comments

Comments
 (0)