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
+5-3Lines changed: 5 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -157,13 +157,15 @@
157
157
"type": "string",
158
158
"enum": [
159
159
"keep-up-to-date",
160
-
"prompt"
160
+
"prompt",
161
+
"never-check"
161
162
],
162
163
"enumDescriptions": [
163
164
"Always download the latest available version when it is published",
164
-
"Prompt before downloading a newer version"
165
+
"Prompt before upgrading to a newer version",
166
+
"Don't check for newer versions"
165
167
],
166
-
"default": true,
168
+
"default": "keep-up-to-date",
167
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."
0 commit comments