Skip to content

Releases: sublimelsp/LSP-vue

v2.1.0

07 Jun 20:49
0c4449e
Compare
Choose a tag to compare

Maintenance

  • Bump vls from 0.7.2 to 0.7.4 in /server (#105)

All Vetur changes below

0.34.1 | 2021-06-04 | VSIX

  • Fix formatting failed when typescript block with prettier. #2982
  • Respect project baseURL relative to tsconfig.json. #2952

0.34.0 | 2021-06-04 | VSIX

  • Add --log-level option for vti diagnostics to configure log level to print. #2752.
  • Upgrade typescript to 4.3.2.
  • Upgrade prettier to 2.3.0.
  • Upgrade @prettier/plugin-pug to 1.15.2.
  • Fix prettier-eslint. #2840
  • Underline with ref .value, based on Semantic tokens.
  • 🙌 Semantic tokens for typescript and highlight .value if using composition API. Thanks to contribution from @jasonlyu123. #2802 #1904 # 2434
  • 🙌 Syntax Highlighting for SugarSS. Thanks to contribution from @softwaredeveloptam. #2828.
  • 🙌 Fix component data not shown in hover when template interpolation is on. Thanks to contribution from @rchl. #2879 #2878.
  • 🙌 Look for a .stylintrc file when formatting stylus code. Thanks to contribution from @ntraut. #2689.
  • 🙌 Add paths option for vti diagnostics to diagnose only sub files or directories. Thanks to contribution from @gregoirechauvet. #2455.
  • 🙌 Fix attribute description not showing if its name matches html event. Thanks to contribution from @rchl. #2901

0.33.1 | 2021-03-07 | VSIX

  • 🙌 Added new ts and js snippets for the Composition API. Thanks to contribution from @Namchee. #2741

v2.0.2

23 May 21:57
Compare
Choose a tag to compare

Fix

  • Update package schema after configuration structure change

v2.0.1

23 May 18:01
734f51c
Compare
Choose a tag to compare

Fix

  • Update formatting options in "settings" to follow changed structure (#104)

v2.0.0

23 May 17:19
734f51c
Compare
Choose a tag to compare

Breaking

  • Move settings from "initializationOptions" to the "settings" key
    Note: It's only a breaking change for those who have customized the default settings.

v1.1.5

08 Mar 20:25
4d2799a
Compare
Choose a tag to compare

Maintenance:

  • Bump vls from 0.7.0 to 0.7.2 in /server (#99)

v1.1.4

24 Feb 08:05
fbd2a67
Compare
Choose a tag to compare

Fixes

  • Use ${node_bin} for the node binary (#97)

v1.1.3

24 Jan 21:54
dc37e55
Compare
Choose a tag to compare

Maintenance

  • Bump vls from 0.5.9 to 0.7.0 in /server (#95, #96)

v1.1.2

18 Nov 09:35
dc19a36
Compare
Choose a tag to compare

Maintenance

  • Bump vls from 0.5.8 to 0.5.9 in /server (#90)

v1.1.1

15 Nov 19:36
366ecbd
Compare
Choose a tag to compare

Maintenance

  • Bump vls from 0.5.6 to 0.5.7 in /server (#88)
  • Bump vls from 0.5.7 to 0.5.8 in /server (#89)

v1.1.0

10 Nov 21:22
bb73999
Compare
Choose a tag to compare

Fix

  • Prioritize this server over LSP-stylelint, for example (#87)
  • Install outside of the cache directory (#85)

Maintenance

  • Bump vls from 0.5.4 to 0.5.5 in /server (#84)
  • Bump vls from 0.5.5 to 0.5.6 in /server (#86)
  • Define "command" configuration option