sublimelsp / LSP-vue

Vue support for Sublime's LSP plugin
MIT License
29 stars 3 forks source link

Migrate to vue language server 2.x #127

Closed rchl closed 2 weeks ago

rchl commented 2 weeks ago

Migrating this package to use Vue Language Server as the underlying server (legacy Vetur-based server is available through https://packagecontrol.io/packages/LSP-vetur for those who really need it).

Note that by default hybrid mode is disabled which means that this server handles everything in the Vue file. Primarily due to https://github.com/sublimelsp/LSP/issues/2526 it's not recommended to enable hybrid mode.

The changes are relative to the current code of LSP-volar.

predragnikolic commented 2 weeks ago

Do you also plan to add what you wrote here https://github.com/sublimelsp/LSP/issues/2526#issuecomment-2458086743 in this PR?

rchl commented 2 weeks ago

Do you also plan to add what you wrote here sublimelsp/LSP#2526 (comment) in this PR?

I have in mind to make hybrid mode usable but for now it's advised not to use it.