ElixirLS vscode extension

I’ve got a question about the ElixirLS vscode extension

  • Syntax highlighting is working
  • Go to definition is not working
  • Kept getting error in vscode: Failed to run ‘elixir’
  • Looked through vscode debug console and saw it was failing to find asdf
  • asdf was previously installed using brew
  • Deleted brew asdf version and installed using ZSH & Git
  • vscode now saying found asdf
  • Not getting error saying elixir not found but go to definition is still not working

Just wondering if anyone’s had any experiences similar to this.

Resolved by deleting .elixir_ls and _build and then running . ~/.asdf/asdf.sh in vscode terminal