fannheyward / coc-rust-analyzer

rust-analyzer extension for coc.nvim
MIT License
1.13k stars 39 forks source link

rust-analyzer failed to start in coc.nvim #1198

Closed skyline69 closed 12 months ago

skyline69 commented 12 months ago

Issue

image

Versions

vim version: NVIM v0.9.4
node version: v18.18.2
coc.nvim version: 0.0.82-fab97c7 2023-08-08 14:59:18 +0800
coc.nvim directory: /Users/skyline/.local/share/nvim/site/pack/packer/start/coc.nvim
term: tmux
platform: darwin

Log of coc.nvim

2023-10-30T19:37:46.218 INFO (pid:93240) [plugin] - coc.nvim initialized with node: v18.18.2 after 131
2023-10-30T19:37:46.868 INFO (pid:93240) [configurations] - Add folder configuration from file: /Users/skyline/Programming/.vim/coc-settings.json
2023-10-30T19:37:46.901 INFO (pid:93240) [services] - LanguageClient Rust Analyzer Language Server state change: stopped => starting
2023-10-30T19:37:46.908 INFO (pid:93240) [language-client-index] - Language server "rust-analyzer" started with 93373
2023-10-30T19:37:46.912 INFO (pid:93240) [services] - LanguageClient Rust Analyzer Language Server state change: starting => running
2023-10-30T19:37:46.927 INFO (pid:93240) [services] - service rust-analyzer started
2023-10-30T19:38:43.405 INFO (pid:93240) [attach] - receive notification: showInfo []

Rust-analyzer server version

image

Coc-Rust-Analyzer-Version

Version: 0.75.0

fannheyward commented 12 months ago

Can't reproduce, your project make rust-analyzer failed to start, it's not coc/coc-rust-analyzer 's issue cause it's client only.

skyline69 commented 12 months ago

You were right, it was the project! Thanks for looking into it tho.