lexical-lsp / vscode-lexical

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

Notify users when an auto-update completes #79

Closed Blond11516 closed 5 months ago

Blond11516 commented 5 months ago

Because Lexical releases are decoupled from vscode-lexical releases and the default auto-update mechanism is fully transparent, users sometimes get confused when a new version of Lexical is released and they don't see an update in VS Code.

I'm thinking we should add a notification whenever a version is installed automatically (either the first install or an update) so the behaviour is clearer for users.

The notification should include a button to disable it for future updates.