elixir-lsp / elixir-ls

A frontend-independent IDE "smartness" server for Elixir. Implements the "Language Server Protocol" standard and provides debugger support via the "Debug Adapter Protocol"
https://elixir-lsp.github.io/elixir-ls/
Apache License 2.0
1.5k stars 196 forks source link

Update readme to cover setup.fish #1065

Closed axelson closed 9 months ago

axelson commented 9 months ago

Since I use fish it took me a while to figure out why my ~/.config/elixir_ls/setup.sh script was not having the intended effect. Hopefully this will save other's time.

Also add a small section about debugging setup scripts