Vim 执行 :CocCommand 时的 Coc 错误信息 clangd.install
Vim Coc error message when executing :CocCommand clangd.install
我已经为其余机器安装了 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
工作正常
有什么建议吗?
:CocUpdate
将 coc-clangd
升级到 v0.4.14 将解决此问题。
我已经为其余机器安装了 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
工作正常
有什么建议吗?
:CocUpdate
将 coc-clangd
升级到 v0.4.14 将解决此问题。