:CocCommand latex.UpdateLanguageServer doesn't download new server
See original GitHub issue~/.config/coc/extensions/coc-texlab-data
[I] ➜ ls -lh
total 19M
-rwxr-xr-x 1 francisco francisco 19M Jul 13 10:01 texlab
I have this old binary on ~/.config/coc/extensions/coc-texlab-data
. I executed :CocCommand latex.UpdateLanguageServer
but it didn’t download a new binary.
Issue Analytics
- State:
- Created 4 years ago
- Comments:17 (5 by maintainers)
Top Results From Across the Web
coc-java - Vim Awesome
The following commands are available: java.updateLanguageServer : download latest jdt.ls from eclipse.org. java.projectConfiguration.update : is available when ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Confirming the above, after adding it to my statusline, it gets stuck with
⠸ Downloading TexLab Server v1.3.0
.This issue seems more involved than I thought.
I was able to update it now, trying it again. But it seems that it worked because I opened
nvim
with an empty/nonexisting tex file (nvim foo.tex
). Then the downloader was able to finish with success as expected.But it still got stuck when I tried the same in my former test, where I was with complex latex file that I was editing open. I can’t share this file, but when I try to update with it open, the downloader gets stuck.