Skip to content

Conversation

@tsukkee
Copy link
Contributor

@tsukkee tsukkee commented Jul 2, 2025

There are 2 breaking changes according to the upgrade guide 1.

  • TypeScript Language Server and Vue Language Server now communicate on LSP protocol, previously they did it on named pipes, so I added some code to do that by follwoing Neovim example 2
    • And, now only vtsls is supported becuase typescript-language-server doesn't support this communication method right now
  • typescript.tsdk option has dropped so I just removed it.

Footnotes

  1. https://github.com/vuejs/language-tools/discussions/5456

  2. https://github.com/vuejs/language-tools/wiki/Neovim

@mattn mattn merged commit 6d732b6 into mattn:master Jul 2, 2025
14 checks passed
@mattn
Copy link
Owner

mattn commented Jul 2, 2025

Thank you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants