Hi,
I'm trying to use the extension but get the error above. It appears every time I run the `Install\Update language server.
My OS is Unbuntu 18.04
Thanks in advance
same error here.
OS is LinuxMint 19.1 and VSC 1.43.0
also same on CentOS 7.6 with vscode 1.43.0
If you disable the server before updating, you should avoid this. If necessary, you can kill the language server manually (lsof the file, then kill the process that has it open).
@tenwit that worked for me. Thank you!
I encountered this issue as well.
Ubuntu 19.10
vscode 1.45.1
I wasn't able to reproduce this on any recent v2 version. Please do let us know if you continue experiencing this problem and in which version of the extension - we can take a look into it.
Thank you.
I'm going to lock this issue because it has been closed for _30 days_ โณ. This helps our maintainers find and focus on the active issues.
If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the context necessary to investigate further.
Most helpful comment
If you disable the server before updating, you should avoid this. If necessary, you can kill the language server manually (
lsofthe file, then kill the process that has it open).