Skip to content

Releases: sublimelsp/LSP-elm

v2.1.4

30 Apr 21:14
Compare
Choose a tag to compare

Fix:
-TypeError: Parameters to generic types must be types. Got {}.

v2.1.3

30 Apr 08:39
Compare
Choose a tag to compare

Fix:

  • Add typing_extension dependency

v.2.1.1

21 Apr 10:40
Compare
Choose a tag to compare

Use types from typing_extension.

v2.1.0

19 Apr 17:06
Compare
Choose a tag to compare

Switch to Python 3.8.

st3-2.0.4

05 Feb 19:14
Compare
Choose a tag to compare

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

04 Jan 17:54
Compare
Choose a tag to compare

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

19 Nov 17:56
Compare
Choose a tag to compare

What's Changed

  • Bump @elm-tooling/elm-language-server from 2.7.0 to 2.7.3 in #58

v2.0.1

16 May 13:39
Compare
Choose a tag to compare

What's Changed

  • Bump @elm-tooling/elm-language-server from 2.6.0 to 2.7.0 in #56

v2.0.0

24 Dec 12:32
Compare
Choose a tag to compare

BREAKING CHANGE!

If you need still want to use LSP-elm in Sublime Text 3:

  1. Download the zip from the previous release.
  2. 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'
  1. Done.

What's Changed

  • Bump @elm-tooling/elm-language-server from 2.5.2 to 2.6.0 in #55

v1.3.0

22 Oct 19:07
68d280e
Compare
Choose a tag to compare

Features
Implement move function code action in #53

See GIF

image