SQFvm / language-server

7 stars 1 forks source link

VSCode plugin Linux support? #8

Open Freddo3000 opened 2 years ago

Freddo3000 commented 2 years ago

Tried to install the plugin on Linux, though whenever I open a file it fails with

[Error - 12:48:07 AM] Starting client failed Launching server using command /home/freddo/.vscode/extensions/sqf-vm.sqf-vm-language-server-0.1.20/sqfvm_language_server.exe failed.

Makes me wonder if I could run the exe through wine somehow.

X39 commented 2 years ago

The vscode extension as of now only ships with a windows executable.

While wine is possible indeed, compiling the actual language server on Linux and replacing the executable in the extensions location will yield better results.

There are no plans as of now to change the availability of Linux binaries because of time constraints of mine (which is also why this repository looks like it is dead 😅)

I gladly will assist you with compiling the project tho.

Kindly regards, X39