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 198 forks source link

Quote interpolated path when launching server in fish launch script #1010

Closed ForLoveOfCats closed 1 year ago

ForLoveOfCats commented 1 year ago

Fixes an issue where attempting to launch the server stored in a path containing a space would error out

CleanShot 2023-10-25 at 18 52 59@2x
lukaszsamson commented 1 year ago

Thanks