Shopify / vscode-as

VSCode Language Client for AssemblyScript
MIT License
16 stars 6 forks source link

Elixir not found #47

Open oxydemeton opened 2 years ago

oxydemeton commented 2 years ago

When I install or enable the extension VS code gives me the error:

"AssemblyScript Language Server not started. The server returned: /home/user/.vscode/extensions/saulecabrera.asls-0.4.0/bin/asls/bin/asls: 108: exec: /home/user/.vscode/extensions/saulecabrera.asls-0.4.0/bin/asls/releases/0.6.0/elixir: not found"

I've checked the folder, but elixir is there and can be executed in the terminal.

dsyer commented 2 years ago

I have the same issue. It's not telling you that elixir cannot be found, it's the shell in the #! at the top of the script that cannot be found. It seems like this extension doesn't work in some platforms (for me it's nix on ubuntu in a devcontainer).