Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add option to enable/disable clangd #636

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ryanplusplus
Copy link

I know that this could be done by disabling the extension for a given workspace, but that requires everyone working in the repository to do that via the VS Code GUI. This allows the extension to be disabled in the workspace settings which can be committed to the repo.

In our organization we're looking to transition from using cpptools to clangd and having an easy way to have both extensions installed but only one enabled in a given workspace will be extremely helpful for us. We can already have a workspace that has been migrated to clangd disable Intellisense via cpptools, but there's no equivalent on the clangd side that I was able to find. For workspaces that haven't been migrated, clangd and cpptools will conflict until the clangd extension is disabled manually.

@ryanplusplus
Copy link
Author

@sam-mccall @hokein sorry to bother you, but could you or one of your associates take a quick look at this? It's pretty short :)

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

Successfully merging this pull request may close these issues.

1 participant