You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello.
I am trying ton setup Sublime text 4 for elixir.
I installed ElixirSyntax, LSP and LSP - Elixir package
But I got this error
lsp-elixir: /Users/myname/Library/Caches/Sublime Text/Package Storage/LSP-elixir/server/0.12.0/launch.sh: line 73: exec: elixir: not found
My elixir is in this directory
/Users/myname/.asdf/shims/elixir
And in Sublime Console, I triged
import os;
os.environ["PATH"]
'/Users/myname/.asdf/shims/elixir:/opt/homebrew/bin:/opt/homebrew/sbin:/usr/local/bin:/System/Cryptexes/App/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/munki'
It seems like `elixir` in correct path.
Can you guys help me?
What am I missing here?
Any thought?
The text was updated successfully, but these errors were encountered:
elixir-lsp/elixir-ls#408 probably this? elixir being installed by a different user from the one that tries to run it. Or your shell has some weird configurations...
Uh oh!
There was an error while loading. Please reload this page.
Hello.
I am trying ton setup Sublime text 4 for elixir.
I installed ElixirSyntax, LSP and LSP - Elixir package
But I got this error
My elixir is in this directory
And in Sublime Console, I triged
The text was updated successfully, but these errors were encountered: