Skip to content

Releases: sublimelsp/lsp_utils

v1.13.0

31 May 11:10
3da6e61
Compare
Choose a tag to compare

Feature

  • Support arm64 node installation for Mac and Linux (#61)

1.12.4

12 May 07:37
872cc0e
Compare
Choose a tag to compare

Fix

  • Delete the node runtime archive if failed to extract (#58)

v1.12.3

21 Apr 07:29
d19e6f5
Compare
Choose a tag to compare

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

14 Apr 07:40
ccaa581
Compare
Choose a tag to compare

Maintenance

  • Fix "--scripts-prepend-node-path" argument. Was throwing a warning.
  • Print stdout of "npm install". Just to make debugging easier.

v1.12.1

10 Mar 10:10
Compare
Choose a tag to compare

Fix:

  • Don't include --prefix option when running npm ci/i (should fix server installation on Windows with npm 7)

v1.12.0

22 Feb 11:09
Compare
Choose a tag to compare

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

15 Dec 22:37
afd9697
Compare
Choose a tag to compare

Fix

  • Clear status on ActivityIndicator destruction (#50)

v1.11.1

11 Dec 08:19
Compare
Choose a tag to compare

Fix

  • fix: activity indicator still shows after being stopped (#49)

v1.11.0

08 Dec 20:31
Compare
Choose a tag to compare

Feature

  • Add lsp_utils.ActivityIndicator that works on the main thread (#47) Documentation

v1.10.0

03 Dec 21:25
9d9bbd1
Compare
Choose a tag to compare

Feature

  • Add PipClientHandler implementation (#41)

Fix

  • Respect "enabled" key in plugin configuration (#44)