opencode icon indicating copy to clipboard operation
opencode copied to clipboard

feat: Add support for Deno LSP

Open Vpr99 opened this issue 4 months ago • 1 comments

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

Vpr99 avatar Aug 13 '25 17:08 Vpr99

The before/after is cool!

jayair avatar Aug 18 '25 20:08 jayair