George B.
George B.

Reputation: 595

Vim Coc error message when executing :CocCommand clangd.install

I have installed vim coc (https://github.com/neoclide/coc.nvim) and clangd for the rest of my machines with no issues. But when I tried to :CocCommand clangd.install yesterday I got

[coc.nvim] Failed to install clangd language server: TypeError: Expected signal to be an instanceof AbortSignal
You may want to install it manually. See https://clangd.llvm.org/installation.html.

PS: The previous step i.e. :CocInstall coc-clangd worked just fine

Any suggestions?

Upvotes: 0

Views: 3460

Answers (1)

fannheyward
fannheyward

Reputation: 19277

:CocUpdate to upgrade coc-clangd to v0.4.14 will fix this.

Upvotes: 2

Related Questions