Skip to content

Releases: sublimelsp/lsp_utils

v1.3.2

14 Jul 14:55
af3ee66
Compare
Choose a tag to compare

Fix

  • Prefer ST4 language configuration when both ST4 and ST3 are specified

v1.3.1

26 Jun 17:57
6ab09ed
Compare
Choose a tag to compare

Fix:

  • (ST4) Convert LSP3-style language config into LSP4-style config to avoid debug warnings

v1.3.0

17 Jun 07:33
5301097
Compare
Choose a tag to compare

Feature

  • hook up NpmClientHandler to new LSP API in ST4

v1.2.3

10 May 21:21
ea2afae
Compare
Choose a tag to compare

Maintenance

  • [NpmClientHandler] Make get_binary_arguments and on_start be a class methods

v1.2.2

10 May 11:18
Compare
Choose a tag to compare

Maintenance

  • [NpmClientHandler] Change configuration classes to be class methods

v1.2.1

03 May 11:42
Compare
Choose a tag to compare

Fixed

  • Fix migration from old settings structure

v1.2.0

02 May 16:01
db33dfd
Compare
Choose a tag to compare

Features

  • Create NpmClientHandler class to simplify NPM-based packages (#5)

v1.1.1

01 Apr 18:56
cd41e42
Compare
Choose a tag to compare

Fixes:

  • Use nicer progress indicator when installing server
  • When checking if a server was updated, check whole contents of package.json

v1.1.0

22 Mar 17:16
ce64cb9
Compare
Choose a tag to compare

Features:

  • Expose ready property for checking if server installed successfully

v1.0.0

12 Mar 19:46
a300b10
Compare
Choose a tag to compare

Features

  • Add ServerNpmResource class for copying NPM server resources to Sublime's cache directory