Adds vscode workspace level configuration options for path to clangd binary and its arguments.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
clangd/clients/clangd-vscode/package.json | ||
---|---|---|
45 ↗ | (On Diff #92268) | Maybe prepend a , for example: /usr/bin/clangd to the "description". |
clangd/clients/clangd-vscode/src/extension.ts | ||
19 ↗ | (On Diff #92268) | I feel that this is too platform-specific and redundant because "clangd.path" already has a default value. |
Comment Actions
It looks pretty good! I just have a minor suggestion.
clangd/clients/clangd-vscode/package.json | ||
---|---|---|
45 ↗ | (On Diff #92268) | 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 ↗ | (On Diff #92268) | 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.