vscode-elixir-ls
vscode-elixir-ls copied to clipboard
elixir command check is invalid
It does not take into account asdf/rtx/mise on unix systems
Hi! At least for asdf, the command check fails for me because process.cwd() is / - not my project's folder, where I have .tool-versions so asdf's elixir shim will be available. Like in this issue: https://github.com/JakeBecker/vscode-elixir-ls/issues/109
Exactly, that's the case