lexical-lsp / vscode-lexical

VSCode extension for Lexical, the modern Elixir language server
Apache License 2.0
36 stars 6 forks source link

Fallback to existing install if the auto-install process fails #44

Closed Blond11516 closed 11 months ago

Blond11516 commented 1 year ago

When the auto-install process fails for whatever reason, vscode-lexical aborts without starting anything.

Instead, we should catch failures and fallback to the already installed version if available.