Releases: sublimelsp/LSP-elm
Releases · sublimelsp/LSP-elm
v2.1.5
What's Changed
- Bump braces from 3.0.2 to 3.0.3 in /server by @dependabot in #63
Full Changelog: v2.1.4...v2.1.5
v2.1.4
Fix:
-TypeError: Parameters to generic types must be types. Got {}.
v2.1.3
Fix:
- Add typing_extension dependency
v.2.1.1
Use types from typing_extension
.
v2.1.0
Switch to Python 3.8.
st3-2.0.4
The last release for ST3.
This release is made from v1.1.16 and ships with the latest @elm-tooling/elm-language-server 2.8.0.
v2.0.3
What's Changed
- Bump @elm-tooling/elm-language-server from 2.7.3 to 2.8.0 in /server by @dependabot in #59
v2.0.2
v2.0.1
v2.0.0
BREAKING CHANGE!
- Drop support for Sublime Text 3 by @predragnikolic in #54
If you need still want to use LSP-elm in Sublime Text 3:
- Download the zip from the previous release.
- Unzip it and move the folder to
PATH_TO/sublime-text/Packages
path.
If you are unsure where the packages path is, open the Sublime Text console(ctrl+`) and paste:
>>> sublime.packages_path()
'/home/predragnikolic/.config/sublime-text/Packages'
- Done.
What's Changed
- Bump @elm-tooling/elm-language-server from 2.5.2 to 2.6.0 in #55