Skip to content

Conversation

@serkodev
Copy link
Collaborator

@serkodev serkodev commented Dec 5, 2025

Fixed #5741

image

Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR adds support for Eclipse Theia by implementing dynamic TypeScript SDK path resolution. Previously, the extension hardcoded the VS Code TypeScript SDK path, which caused failures in Eclipse Theia environments where TypeScript is located in a different directory structure.

  • Introduced a new resolveTsdkPath() function that checks multiple locations for the TypeScript SDK
  • Added fallback logic to support Eclipse Theia's TypeScript path (deps/typescript/lib)
  • Implemented error handling to notify users when the TypeScript SDK cannot be found

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@johnsoncodehk johnsoncodehk changed the title feat: support tsdk path for Eclipse Theia feat(vscode): support tsdk path for Eclipse Theia Dec 5, 2025
@johnsoncodehk johnsoncodehk merged commit 5bf90db into vuejs:master Dec 5, 2025
7 checks passed
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.

Fails Eclipse Theia | Typescript configuration setting

2 participants