Skip to content

feat: Add support for Deno LSP #1902

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 4 commits into
base: dev
Choose a base branch
from
Open

Conversation

Vpr99
Copy link

@Vpr99 Vpr99 commented Aug 13, 2025

This extends the Typescript LSP handler to:

  • Detect Deno indicators (deno.json(c)) when identifying the nearest root
  • Adds a conditional check to spawn the Deno LSP instead of tsserver if we're in a Deno project (based on the presence of Deno's lockfile or deno.json(c) files.)

Before:
https://dev.opencode.ai/s/uV5vfbcO

After:
https://dev.opencode.ai/s/QWJh0hnj

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.

1 participant