Skip to content

Releases: sublimelsp/lsp_utils

v3.2.2

28 Oct 13:56
d5d5e18
Compare
Choose a tag to compare

What's Changed

  • fix: fallback to "python" binary on Windows by @rchl in #130

Full Changelog: v3.2.1...v3.2.2

v3.2.1

25 Oct 21:15
3f8313e
Compare
Choose a tag to compare

What's Changed

  • fix: make the dependency only available for st4+py38 by @rchl in #128

Full Changelog: v3.2.0...v3.2.1

v3.2.0

25 Oct 09:30
f4a5ccb
Compare
Choose a tag to compare

What's Changed

  • fix: package control can be an optional dependency by @gerardroche in #123
  • fix: update optionality of the is_allowed_to_start() method by @rchl in #124
  • chore(ci): add .python-version 3.8 by @rchl in #126
  • fix: switch to py for running python on Windows by @rchl in #127
  • fix: update node to 20.18.0 by @rchl in #125

New Contributors

Full Changelog: v3.1.1...v3.2.0

v3.1.1

14 Jun 09:53
Compare
Choose a tag to compare

What's Changed

  • fix: additional paths shouldn't be duplicated every time a new session starts by @jfcherng in #120

Full Changelog: v3.1.0...v3.1.1

v3.1.0

26 Jan 19:16
9de78d5
Compare
Choose a tag to compare

What's Changed

  • delete settings (moved to LSP) by @rchl in #117
  • fix: improve error on python binary not being present by @rchl in #114
  • chore: update yarn v1.22.21 for Electron by @jfcherng in #113

Full Changelog: v3.0.1...v3.1.0

v3.0.1

28 Oct 13:00
cb94b4f
Compare
Choose a tag to compare

What's Changed

  • fix: deleting old runtime shouldn't emit an exception by @jfcherng in #110
  • fix: add node directory to PATH correctly on Windows by @rchl in #111

Full Changelog: v3.0.0...v3.0.1

v3.0.0

22 Oct 12:29
Compare
Choose a tag to compare

What's Changed

  • fix: exclude .gitattributes and .gitignore from releases by @deathaxe in #102
  • feat: update local nodejs and electron runtimes to v18 by @deathaxe in #103
  • fix(node): cleanup storage for no longer used servers and runtimes by @rchl in #104
  • refactor: remove legacy ST3 code by @rchl in #108

New Contributors

Full Changelog: v2.2.1...v3.0.0

st3-v2.2.1

14 Oct 22:35
Compare
Choose a tag to compare

Last release for ST3.

v2.2.1

22 Jun 09:01
67a12ce
Compare
Choose a tag to compare

What's Changed

  • fix(node): improve handling on "broken" Windows installations by @rchl in #101

Full Changelog: v2.2.0...v2.2.1

v2.2.0

06 Mar 18:52
1cf45dc
Compare
Choose a tag to compare
  • Optional setting to use electron runtime for Node-based servers (uses much less memory) (#96)
  • fix(pip): compare requirements.txt files instead of packages (#97)
  • Add support for overriding python binary in PipClientHandler (#95)