Skip to content
This repository has been archived by the owner on Jul 23, 2022. It is now read-only.

Investigate using clangd's vscode client as a dependency. #15

Open
dschaefer opened this issue Apr 22, 2019 · 0 comments
Open

Investigate using clangd's vscode client as a dependency. #15

dschaefer opened this issue Apr 22, 2019 · 0 comments

Comments

@dschaefer
Copy link
Contributor

Currently the upstream clangd's vscode extension has more features than what we have put together. If it's actively maintained, we should reuse it.

We may need to update APIs to it to meet our requirements. Our extension will manage the default clangd instance for the user. They can always override, but we'll have one for download and need to be able to point the extension at it.

We also will be managing the compile_commands.json files for various build systems and non-clangd (i.e. gcc cross) toolchains. That may require rekicking clangd when they change.

Of course all of this is candidate for the upstream extension too. But we need to understand what that means.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant