vscode-elixir-ls icon indicating copy to clipboard operation
vscode-elixir-ls copied to clipboard

elixir command check is invalid

Open lukaszsamson opened this issue 1 year ago • 5 comments

It does not take into account asdf/rtx/mise on unix systems

lukaszsamson avatar Feb 07 '24 09:02 lukaszsamson

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

pineman avatar Jun 02 '24 12:06 pineman

Exactly, that's the case

lukaszsamson avatar Jun 02 '24 13:06 lukaszsamson