Open oxydemeton opened 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).
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.