You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think this could be merged automatically, instead of a warning. I could keep the common arguments from different workspaces if so. I think it's more useful.
The text was updated successfully, but these errors were encountered:
If clangd.arguments was split into multiple options as suggested in #50, merging would happen "automatically" following usual VS Code setting precedence. There are not just user and workspace settings to merge, there are also remote settings and folder settings in multi-root workspaces. If merging is done by extension itself, it may be tricky to implement and behaviour may end up inconsistent with the rest of VS Code ecosystem.
As the screenshot shows, I add different arguments for clangd in user default settings and workspace settings.
User default settings:
Workspace settings:
I think this could be merged automatically, instead of a warning. I could keep the common arguments from different workspaces if so. I think it's more useful.
The text was updated successfully, but these errors were encountered: