Releases: sublimelsp/LSP-vue
Releases · sublimelsp/LSP-vue
v2.1.0
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 forvti 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