diff --git a/package.json b/package.json index 5a166fa85..35ed186a6 100644 --- a/package.json +++ b/package.json @@ -829,7 +829,7 @@ "items": { "type": "string" }, - "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\"]`", + "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`", "order": 2 }, "swift.sourcekit-lsp.supported-languages": { @@ -919,7 +919,7 @@ "items": { "type": "string" }, - "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\"]`", + "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`", "markdownDeprecationMessage": "**Deprecated**: Please use `#swift.sourcekit-lsp.serverArguments#` instead." }, "sourcekit-lsp.trace.server": {