SublimeText / sublime_lib

Utility library for frequently used functionality in Sublime Text and convenience functions or classes
https://sublimetext.github.io/sublime_lib
MIT License
52 stars 4 forks source link

v1.5.1 breaks NPM-based LSP-* plugins #170

Closed jfcherng closed 3 years ago

jfcherng commented 3 years ago

https://github.com/sublimelsp/LSP/issues/1656

Manually rollbacked to v1.5.0 makes it work again.


The changelog on the release page for v1.5.1 is also wrong according to https://github.com/SublimeText/sublime_lib/compare/v1.5.0...v1.5.1

Thom1729 commented 3 years ago

From the changelog, it looks like v1.5.1 was mistakenly cut from master rather than the maintenance branch. v1.5.2 should fix it.

jfcherng commented 3 years ago

v1.5.2 fixes this issue.