[PR #4065] Use latest Vue LSP and integrate with TypeScript LSP #10860

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

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

State: closed
Merged: No


This PR is basically a copy/paste PR from this PR, but that PR had some conflicts and @drevantonder didn't have that much time to look into it, so I decided to rewrite it to get it merged 🎉

The PR basically:

  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. Encapsulates most of the logic of the Vue integration into a separate file instead of gulping it into server.ts or index.ts

All credit goes to the original author of the PR, I actually mostly copied the code with very minimal changes

**Original Pull Request:** https://github.com/anomalyco/opencode/pull/4065 **State:** closed **Merged:** No --- This PR is basically a copy/paste PR from [this PR](https://github.com/sst/opencode/pull/2097), but that PR had some conflicts and @drevantonder didn't have that much time to look into it, so I decided to rewrite it to get it merged 🎉 The PR basically: 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. Encapsulates most of the logic of the Vue integration into a separate file instead of gulping it into `server.ts` or `index.ts` All credit goes to the original author of the PR, I actually mostly copied the code with very minimal changes
yindo added the pull-request label 2026-02-16 18:15:36 -05:00
yindo closed this issue 2026-02-16 18:15:36 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#10860