asls icon indicating copy to clipboard operation
asls copied to clipboard

"AssemblyScript Language Server not started." due to nix

Open xhyumiracle opened this issue 3 years ago • 0 comments

This comes from an error when starting the "AssemblyScript for VSCode" extension, but I think it's related to asls so post it here.

Environment:

  • "AssemblyScript for VSCode" -v0.4.0
  • Mac Monterey 12.4 / not on m1

The error msg:

AssemblyScript Language Server not started. The server returned: 
/Users/*****/.vscode/extensions/saulecabrera.asls-0.4.0/bin/asls/bin/asls: 
/Users/*****/.vscode/extensions/saulecabrera.asls-0.4.0/bin/asls/releases/0.6.0/elixir: 
/nix/store/kl013dwzxf67l4pfrx6x2d5q6pq9gf36-bash-4.4-p23/bin/sh: bad interpreter: No such file or directory 
/Users/*****/.vscode/extensions/saulecabrera.asls-0.4.0/bin/asls/bin/asls: line 108: 
/Users/*****/.vscode/extensions/saulecabrera.asls-0.4.0/bin/asls/releases/0.6.0/elixir: Undefined error: 0

Somehow it seems because I didn't install nix, but I assume it's not necessary regarding #47 .

Did I miss something?

xhyumiracle avatar Oct 14 '22 05:10 xhyumiracle