[PR #4274] Use latest Vue LSP and integrate with TypeScript LSP #10924

Open
opened 2026-02-16 18:15:41 -05:00 by yindo · 0 comments
Owner

Original Pull Request: https://github.com/anomalyco/opencode/pull/4274

State: open
Merged: No


Rewrite of #4065, but simpler.

This PR:

  1. Integrates changes from the v3 @vue/language-tools
  2. Correctly wires Vue and TypeScript so LSP will report TS errors on .vue files (tested it before/after locally)
  3. Still wraps most of the logic into a separate file as I didn't know where to put the setupVueTypeScriptBridge function. I am open to suggestions though, as this implementation introduces the idea of integrations that might be undesired.

Strongly based on this PR, solves #2756.

**Original Pull Request:** https://github.com/anomalyco/opencode/pull/4274 **State:** open **Merged:** No --- Rewrite of #4065, but simpler. This PR: 1. Integrates changes from the v3 `@vue/language-tools` 2. Correctly wires Vue and TypeScript so LSP will report TS errors on `.vue` files (tested it before/after locally) 3. Still wraps most of the logic into a separate file as I didn't know where to put the `setupVueTypeScriptBridge` function. I am open to suggestions though, as this implementation introduces the idea of integrations that might be undesired. Strongly based on [this PR](https://github.com/sst/opencode/pull/2097), solves #2756.
yindo added the pull-request label 2026-02-16 18:15:41 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#10924