Skip to content

Commit 187b848

Browse files
authored
Fix the serverArguments example (#1776)
1 parent 048fc9a commit 187b848

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
@@ -829,7 +829,7 @@
829829
"items": {
830830
"type": "string"
831831
},
832-
"markdownDescription": "Arguments to pass to SourceKit-LSP. Keys and values should be provided as individual entries in the list. e.g. `['--log-level', 'debug']`",
832+
"markdownDescription": "Arguments to pass to SourceKit-LSP. Keys and values should be provided as individual entries in the list. e.g. `[\"--experimental-feature\", \"show-macro-expansions\"]`",
833833
"order": 2
834834
},
835835
"swift.sourcekit-lsp.supported-languages": {
@@ -919,7 +919,7 @@
919919
"items": {
920920
"type": "string"
921921
},
922-
"markdownDescription": "Arguments to pass to SourceKit-LSP. Keys and values should be provided as individual entries in the list. e.g. `['--log-level', 'debug']`",
922+
"markdownDescription": "Arguments to pass to SourceKit-LSP. Keys and values should be provided as individual entries in the list. e.g. `[\"--experimental-feature\", \"show-macro-expansions\"]`",
923923
"markdownDeprecationMessage": "**Deprecated**: Please use `#swift.sourcekit-lsp.serverArguments#` instead."
924924
},
925925
"sourcekit-lsp.trace.server": {

0 commit comments

Comments
 (0)