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
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -132,7 +132,7 @@
132
132
"description": "An optional URL to override where to check for haskell-language-server releases"
133
133
},
134
134
"haskell.serverExecutablePath": {
135
-
"scope": "machine",
135
+
"scope": "resource",
136
136
"type": "string",
137
137
"default": "",
138
138
"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}."
0 commit comments