vscode-elixir-ls
vscode-elixir-ls copied to clipboard
Elixir language support and debugger for VS Code, powered by ElixirLS.
## Summary - fix retrieval of existing launch config in `runTest` ## Testing - `npm run compile` - `npm test` ------ https://chatgpt.com/codex/tasks/task_e_6848b7ff3aec83218c49edb21d993b39
"Unchecked dependencies" breaks elixir_ls very often and requires manual folder removal to resolve
Heya 👋 We have autoBuild and fetchDeps set to enabled but really often we have the elixir_ls extension that breaks because of some dependency that changed (for instance checkout of...
This is in VSCode with the ElixirLS extension version 0.26.4, under Elixir 1.17.3 / OTP 27. There is a distracting behavior of an error highlighting I was trying to figure...
Could a setting be added to allow setting a relative or absolute path to the elixir libraries? There is a change being made to Erlang.mk to allow use of elixir...
### Environment * Elixir 1.18.0 (compiled with Erlang/OTP 27) * MacOS VSCode, ElixirLS 0.25.0 ### Current behavior Atoms and keyword lists have identical syntax highlighting. `Inspect Editor Tokens and Scopes`...