sublimelsp / lsp_utils

Module with LSP-related utilities for Sublime Text
https://sublimelsp.github.io/lsp_utils/
MIT License
16 stars 6 forks source link

fix(node): cleanup storage for no longer used servers and runtimes #104

Closed rchl closed 1 year ago

rchl commented 1 year ago

The package storage for a given LSP-* package will essentially get all subdirectories removed on installing a new version of the server so the cleanup will be done on starting particular servers rather than everything at once.

Resolves #90