0

我已经为我的其他机器安装了 vim coc ( https://github.com/neoclide/coc.nvim ) 和 clangd,没有任何问题。:CocCommand clangd.install但是当我昨天尝试时,我得到了

[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:上一步即:CocInstall coc-clangd工作得很好

有什么建议么?

4

1 回答 1

0

:CocUpdate升级coc-clangd到 v0.4.14 将解决此问题。

于 2020-08-31T06:35:09.380 回答