Adds vscode workspace level configuration options for path to clangd binary and its arguments.
Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
It looks pretty good! I just have a minor suggestion.
clangd/clients/clangd-vscode/package.json | ||
---|---|---|
45 | meh, it's OK like that. |
Comment Actions
- removed unrelated new line change
- extended the "clang.path" description a bit
- removed defaultValue for getConfig<>, as it's anyway "contributed" by extension package.json
clangd/clients/clangd-vscode/package.json | ||
---|---|---|
45 | I still extended the description with the example :) |
Comment Actions
Thanks for review!
Would be great if somebody would commit it, as I cannot do it myself.
Maybe prepend a , for example: /usr/bin/clangd to the "description".