[PATCH] D31121: [clangd] Add support for vscode extension configuration
Stanislav Ionascu via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Mar 20 11:50:28 PDT 2017
stanionascu added inline comments.
================
Comment at: clangd/clients/clangd-vscode/package.json:45
+ "default": "clangd",
+ "description": "The path to clangd executable"
+ },
----------------
krasimir wrote:
> krasimir wrote:
> > Maybe prepend a `, for example: /usr/bin/clangd` to the "description".
> meh, it's OK like that.
I still extended the description with the example :)
https://reviews.llvm.org/D31121
More information about the cfe-commits
mailing list