Skip to content

Commit 8d031b0

Browse files
authored
Change swift.sourcekit-lsp.serverPath deprecation message to hint that it’s OK to change while developing SourceKit-LSP (#1057)
1 parent 303d4d2 commit 8d031b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -435,7 +435,7 @@
435435
"swift.sourcekit-lsp.serverPath": {
436436
"type": "string",
437437
"markdownDescription": "The path of the `sourcekit-lsp` executable. The default is to look in the path where `swift` is found.",
438-
"markdownDeprecationMessage": "**Deprecated**: The sourcekit-lsp executable relies on outputs from tools in your current toolchain. If your sourcekit-lsp version does not match your toolchain you may experience unexpected behaviour.",
438+
"markdownDeprecationMessage": "**Deprecated**: The sourcekit-lsp executable relies on outputs from tools in your current toolchain. If your sourcekit-lsp version does not match your toolchain you may experience unexpected behaviour. Only modify this setting when developing sourcekit-lsp.",
439439
"order": 1
440440
},
441441
"swift.sourcekit-lsp.serverArguments": {

0 commit comments

Comments
 (0)