Eugleo / magic-racket

The best coding experience for Racket in VS Code
https://marketplace.visualstudio.com/items?itemName=evzen-wybitul.magic-racket
GNU General Public License v3.0
199 stars 29 forks source link

Manage langserver installation and updates #100

Open jryans opened 1 year ago

jryans commented 1 year ago

It would nice to help the user by (with their consent) managing installation and updating of the langserver.

For new users, offering to auto-install the langserver means one less manual step. For existing users, we can check whether the installed langserver matches the latest version, and if not, offer to update it.

Since a large chunk of extension functionality is actually in the langserver, it's particularly important to keep it updated.