Skip to content

Commit d626e1e

Browse files
authored
Change scope of serverExecutablePath to machine-overridable (#742)
Removes deprecation warning. In accordance with #529 (comment) don't deprecate the serverExecutablePath's scope, and set it to the standard 'machine-overridable'
1 parent adb3d55 commit d626e1e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,10 +141,10 @@
141141
"markdownDescription": "An optional path where downloaded metadata will be stored. Check the default value [here](https://github.com/haskell/vscode-haskell#downloaded-binaries)"
142142
},
143143
"haskell.serverExecutablePath": {
144-
"scope": "resource",
144+
"scope": "machine-overridable",
145145
"type": "string",
146146
"default": "",
147-
"markdownDescription": "Manually set a language server executable. Can be something on the $PATH or the full path to the executable itself. Works with `~,` `${HOME}` and `${workspaceFolder}`. **Deprecated scope**: This option will be set to `machine` scope in a future release, so it can be changed only globally, not per workspace."
147+
"markdownDescription": "Manually set a language server executable. Can be something on the $PATH or the full path to the executable itself. Works with `~,` `${HOME}` and `${workspaceFolder}`."
148148
},
149149
"haskell.serverExtraArgs": {
150150
"scope": "resource",

0 commit comments

Comments
 (0)