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
+14Lines changed: 14 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -151,6 +151,20 @@
151
151
"type": "string",
152
152
"default": "",
153
153
"description": "Manually set a language server executable. Can be something on the $PATH or a path to an executable itself. Works with ~, ${HOME} and ${workspaceFolder}."
154
+
},
155
+
"haskell.hlsUpdateBehavior": {
156
+
"scope": "machine",
157
+
"type": "string",
158
+
"enum": [
159
+
"keep-up-to-date",
160
+
"prompt"
161
+
],
162
+
"enumDescriptions": [
163
+
"Always download the latest available version when it is published",
164
+
"Prompt before downloading a newer version"
165
+
],
166
+
"default": true,
167
+
"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."
0 commit comments