AntlrVSIX
AntlrVSIX copied to clipboard
Starting client failed
I'm on WSL 2 with Ubuntu 18.04. After I installed the extension I got the following error:
[Error - 3:26:07 AM] Starting client failed
Launching server using command /home/my_name/.vscode-server/extensions/kendomino.antlrvsix-vscode-1.2.0/out/../Server/net5.0/Server.exe failed.
Seems like the Server/
should be server/
.
I got the same error on a Mac but seeing the .exe does it mean this only works on Windows?
As with #126, the problem is that the server is compiled for Windows. I would think the server could be compiled with Mono on macOS or Linux. Once it's compiled, replace the existing exe with the new binary. If you don't want to name it the same, you'll have to find whatever is pointing to that specific file and edit it to point to the new file.
Are there other components that are compiled? Maybe try to compile the whole solution with Mono. I haven't tried it yet.