Releases: sublimelsp/lsp_utils
Releases · sublimelsp/lsp_utils
v1.13.0
Feature
- Support arm64 node installation for Mac and Linux (#61)
1.12.4
Fix
- Delete the node runtime archive if failed to extract (#58)
v1.12.3
Fix
- Fix issues with cyclic references and plugin instances not being GC'ed (#56)
Refactor
- move node runtime resolving from ServerNpmResource to NodeRuntime to allow reuse (#57)
v1.12.2
Maintenance
- Fix "--scripts-prepend-node-path" argument. Was throwing a warning.
- Print stdout of "npm install". Just to make debugging easier.
v1.12.1
Fix:
- Don't include --prefix option when running npm ci/i (should fix server installation on Windows with npm 7)
v1.12.0
Feature:
- Ask to install local node runtime if not available on PATH (#51)
Refactor:
- Use local ActivityIndicator in ST3 LanguageHandler
- Remove unused imports
v1.11.2
Fix
- Clear status on ActivityIndicator destruction (#50)
v1.11.1
Fix
- fix: activity indicator still shows after being stopped (#49)
v1.11.0
Feature
- Add
lsp_utils.ActivityIndicator
that works on the main thread (#47) Documentation
v1.10.0
Feature
- Add PipClientHandler implementation (#41)
Fix
- Respect "enabled" key in plugin configuration (#44)