lexical-lsp / vscode-lexical

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

feat: Provide restart command #52

Closed Blond11516 closed 11 months ago

Blond11516 commented 11 months ago

Adds a command to restart the language server without reloading vscode as a whole.

Also adds basic infrastructure to easily add other commands in the future.

Fixes #3