Skip to content

Releases: sublimelsp/LSP-vue

v1.0.3

24 Sep 08:02
aa1b16b
Compare
Choose a tag to compare

Maintenance

  • Bump vls from 0.5.3 to 0.5.4 in /server (#80)

v1.0.2

19 Sep 08:47
0d75d97
Compare
Choose a tag to compare

Fix

  • Apply plugin schema in *.sublime-projectalso

v1.0.1

17 Sep 21:55
5e1efd4
Compare
Choose a tag to compare

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

09 Sep 14:40
Compare
Choose a tag to compare

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.20

09 Aug 18:59
Compare
Choose a tag to compare

Maintenance

  • update vls to 0.4.2

v0.0.19

04 Aug 17:09
Compare
Choose a tag to compare

Maintenance

  • update vls to 0.4.0

v0.0.18

22 Jul 20:25
0898711
Compare
Choose a tag to compare

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

10 May 11:15
Compare
Choose a tag to compare

Maintenance

  • Aligned with changes in NpmClientHandler API

v0.0.16

03 May 09:08
Compare
Choose a tag to compare

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

20 Mar 09:58
817dccd
Compare
Choose a tag to compare
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)