You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: package.json
+2-12
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
{
2
2
"name": "haskell",
3
3
"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",
5
5
"version": "1.3.0",
6
6
"license": "MIT",
7
7
"publisher": "haskell",
@@ -130,16 +130,6 @@
130
130
"default": "",
131
131
"description": "If set, redirects the logs to a file."
132
132
},
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
-
},
143
133
"haskell.releasesURL": {
144
134
"scope": "resource",
145
135
"type": "string",
@@ -166,7 +156,7 @@
166
156
"Don't check for newer versions"
167
157
],
168
158
"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."
0 commit comments