Releases: sublimelsp/lsp_utils
Releases · sublimelsp/lsp_utils
v1.3.2
Fix
- Prefer ST4 language configuration when both ST4 and ST3 are specified
v1.3.1
Fix:
- (ST4) Convert LSP3-style language config into LSP4-style config to avoid debug warnings
v1.3.0
Feature
- hook up NpmClientHandler to new LSP API in ST4
v1.2.3
Maintenance
- [NpmClientHandler] Make
get_binary_arguments
and on_start
be a class methods
v1.2.2
Maintenance
- [NpmClientHandler] Change configuration classes to be class methods
v1.2.1
Fixed
- Fix migration from old settings structure
v1.2.0
Features
- Create
NpmClientHandler
class to simplify NPM-based packages (#5)
v1.1.1
Fixes:
- Use nicer progress indicator when installing server
- When checking if a server was updated, check whole contents of package.json
v1.1.0
Features:
- Expose
ready
property for checking if server installed successfully
v1.0.0
Features
- Add
ServerNpmResource
class for copying NPM server resources to Sublime's cache directory