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