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

Support installation of clangd server. #5

Merged
merged 11 commits into from
May 5, 2020
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ Provides C/C++ language IDE features for VS Code using [clangd](https://clangd.l

### `clangd` server

`clangd` is a language server that must be installed separately, see
[getting started](https://clangd.llvm.org/installation.html#installing-clangd).
The extension will look for `clangd` on your PATH (you can change this in the settings).
The extension requires the `clangd` language server.
You will be prompted to install it if's not found on your PATH.
(Automatic installation is possible on x86-64 Linux, Windows, and Mac).

### Project setup

Expand Down
Loading