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
{{ message }}
This repository was archived by the owner on Jul 23, 2022. It is now read-only.
One of the key missions of this extension is to provide a user friendly way to get clangd onto the developer's machine. We could bundle it, and the clang-headers, for all three major platforms. Or we could download it from a server.
We would then startup the language server for it, becoming another client that integrates clangd.
The main advantage of this one is that we support non-clang environments where the user may not even have clang, and thus clangd installed. Most embedded environments are currently like that and use gcc instead.
One of the key missions of this extension is to provide a user friendly way to get clangd onto the developer's machine. We could bundle it, and the clang-headers, for all three major platforms. Or we could download it from a server.
We would then startup the language server for it, becoming another client that integrates clangd.
The main advantage of this one is that we support non-clang environments where the user may not even have clang, and thus clangd installed. Most embedded environments are currently like that and use gcc instead.