[PATCH] D31121: [clangd] Add support for vscode extension configuration

Krasimir Georgiev via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Mar 20 05:29:52 PDT 2017


krasimir added a comment.

It looks pretty good! I just have a minor suggestion.



================
Comment at: clangd/clients/clangd-vscode/package.json:45
+                    "default": "clangd",
+                    "description": "The path to clangd executable"
+                },
----------------
krasimir wrote:
> Maybe prepend a `, for example: /usr/bin/clangd` to the "description".
meh, it's OK like that.


https://reviews.llvm.org/D31121





More information about the cfe-commits mailing list