Releases: sublimelsp/LSP-vue
Releases · sublimelsp/LSP-vue
v1.0.3
Maintenance
- Bump vls from 0.5.3 to 0.5.4 in /server (#80)
v1.0.2
Fix
- Apply plugin schema in
*.sublime-project
also
v1.0.1
Maintenace
- Bump vls from 0.5.2 to 0.5.3 (#77)
- Use dotted format for settings as it's now also supported by LSP3
v1.0.0
Breaking
- Disable
vetur.experimental.templateInterpolationService
by default to follow default vetur settings
Feature
- Add sublime-package schema (for use with LSP-json)
Maintenace
- update VLS from v0.4.2 to v0.5.2 (roughly equivalent to updating from v0.26.1 v0.27.2 of vetur - see changelog)
v0.0.18
Fix
- crash on Windows or when eslint dependency is not included in the project (fixes #23)
Maintenance
- Switch to
vls
that deprecated old vue-language-server
package (#68)
v0.0.17
Maintenance
- Aligned with changes in NpmClientHandler API
v0.0.16
Fixes
- Don't allow the session to start if the server has not installed yet
Maintenance
- Switch to using
NpmClientHandler
base class
- Add
.gitattributes
to not release unnecessary files
0.0.15
Run server from cache (#17)
- add `Preferences: LSP-vue Settings` command
- enable `templateInterpolationService` in vetur settings and update some
- flatten default settings and migrate user's to new structure
- fix setting of `tabSize` and `useTabs` (didn't work previously)