Skip to content

Commit 10676ee

Browse files
committed
Set exe path scope to machine
1 parent b14b373 commit 10676ee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@
131131
"description": "An optional URL to override where to check for haskell-language-server releases"
132132
},
133133
"haskell.serverExecutablePath": {
134-
"scope": "resource",
134+
"scope": "machine",
135135
"type": "string",
136136
"default": "",
137137
"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}."
@@ -326,4 +326,4 @@
326326
"vscode-languageclient": "6.1.3",
327327
"yauzl": "^2.10.0"
328328
}
329-
}
329+
}

0 commit comments

Comments
 (0)