Closed quolpr closed 4 years ago
And the really strange things - previously it was working ok, but I didn't notice when it broke down. Maybe on mac os update or maybe on vscode update
Also, I think it will be better to add this code to the extension:
} catch (err) {
console.log(err.stdout.toString());
// etc
}
So the reason will be logged to console too
Temporary fix - put elixir/erlang versions to ~/.tool-versions
. It will work as global default
This project has moved!
It's now being maintained by proactive volunteers from the Elixir community over at elixir-lsp/vscode-elixir-ls. The main ElixirLS codebase is now at elixir-lsp/elixir-ls. Updates will continue to be published from that repo to the original VS Code extension, so no need to switch plugins.
To avoid inundating the new maintainers with issues, please verify that your issue persists with the latest version of the extension (which is published from the new repo) before re-filing your issue there.
Thanks for using ElixirLS!
Vscode-Elixir-ls version - 0.2.23 Vscode - 1.28.0 Asdf - 0.4.1 System Version - macOS 10.14 (18A391) .tool-versions:
And elixir is working fine from terminal.
I am getting this error on elixir ls start:
As you can notice, asdf shim is present in PATH. Then, when I try to exec the elixir from dev console, I get:
And, strange thing:
So, working dir is
/
, but actually it should be the dir of the current project 🤔