Open withoutaface opened 2 years ago
It seems that this is an issue with Linux in general, not only in remote (as a note, apart from showing the message, everything should be working).
I need to investigate why this is happening...
Thank you for the feedback!, I will continue using the extension and hope this can be fixed in future.
Hello!, I'm testing the extension together with extension ms-vscode-remote.remote-ssh because application server is a linux machine in the cloud. So far it's working fine for my very basic test including debugging with the exception that there is a message at the end that the script is killed with SIGKILL from somewhere. It ends with rc 137 but as per log files (/var/log messages & dmesg) there is no issue with memory or something else (It runs ~ 2 seconds). I'm also able to reproduce it with my laptop using WSL2 & Ubuntu 20.04 image.
So first the question: Is it even intended to work with vscode-server? And if yes, do you think it's might be something with the lsp extension?
Thanks & Regards