neoclide / coc-vetur

Vue language server extension for coc.nvim
219 stars 7 forks source link

ventur service not able to start on fresh WSL install #57

Closed johannboehme closed 3 years ago

johannboehme commented 3 years ago

the coc ventur service is unable to startup. It stays in state "starting" image

Environment: Fresh Debian WSL Instance with node.js 15, lastest VIM+coc.nvim+coc-vetur plugin. eslint and eslint-plugin-vue are installed in the vue project.

Install did not report any errors: image

CocInfo log: image

I reproduced this behavior on several newly installed instances. Other coc implementations (e.g. coc-html, coc-java) work as intended.

Any input how to analyze this further would be very appreciated.

BR, J.Boehme

chemzqm commented 3 years ago

Seems problem with vls https://www.npmjs.com/package/vls

Checkout https://github.com/neoclide/coc.nvim/wiki/Debug-language-server#using-output-channel

johannboehme commented 3 years ago

Thanks for the fast response and for sending me in the right direction! (Follow up issue: https://github.com/vuejs/vetur/issues/2475)