The Deno LSP seems to partially work in a workspace context. I've made a GitHub repository that can help you reproduce the issue: https://github.com/aburii/hono-backend
Basically you want to have auto imports resolving to your
deno.json
deno.json
's
name
name
property but it struggles to do so. Sometimes it will, sometimes it won't (mostly won't). -> go to:image 1
I've notficed that the auto-fix feature does not resolve aswell (might be a all-in-one issue). -> go to:image 2 & 3
Anyone expieriencing the same ? I've noticed some issues on GitHub that are now closed but don't bring any clear solutions.