lexical-lsp / vscode-lexical

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

fix: Fixes restart command being unavailable if initial start failed #63

Closed Blond11516 closed 9 months ago

Blond11516 commented 11 months ago

Always register the restart command regardless of whether the client managed to start or not. Also, the restart command will attempt to start the language client if it is not already running instead of showing a warning.

Fixes #62