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
As already mentioned here, the DefaultCLanguageServerProvider should be moved to the org.eclipse.cdt.lsp.clangd bundle, because it is the base implementation for the clangd language server. It should be renamed into BaseClangdLanguageServerProvider and abstract, because vendors should be able to extend this class according to their purposes.