LanguageClient-neovim icon indicating copy to clipboard operation
LanguageClient-neovim copied to clipboard

[Windows] A way to kill languageclient process?

Open Anrock opened this issue 6 years ago • 3 comments

Is your feature request related to a problem? Please describe.

Every time i run PlugUpdate on Windows it fails to replace bin/languageclient file. The reason is that on Windows it's impossible to overwrite binary if it's launched because file is busy.

Describe the solution you'd like

Some command to kill languageclient binary, so i can change my after update script to first kill languageclient, then launch install.ps1 and launch client again. As alternative, if it's possible, don't launch languageclient binary until it's really needed, so i can atleast update plugins when no buffers with lsp support are opened.

Describe alternatives you've considered

Right now i'm after updating all plugins i quit nvim and launch install.ps1 manually, which isn't really convenient.

Anrock avatar Aug 14 '18 11:08 Anrock

@autozimu ping

Anrock avatar Sep 12 '18 14:09 Anrock

@autozimu ping

Anrock avatar Nov 14 '18 19:11 Anrock

@autozimu ping

Anrock avatar Feb 28 '19 17:02 Anrock