npm specifier not found in LSP only, and so no types for certain imports
It seems to be unfixable (via cache reload, deno info, reboot, rm -rf ~/.cache/deno, ext.), so right now the LSP is unusable and I'm writing JS with no types.
e.g. importing
but before I saw:
so it seems to be random?
I also tried downgrading deno to 1.42.4 and explicitly caching missing packages via the cli and via adding them to deno.json. nothing worked, lsp remains unusable.
anyone has any idea?
deno run, deno check, deno info and deno cache --reload, all run without error and don't complain about the missing specifier like in the LSP. e.g. importing
drizzle-orm and no types are available. output I see when I run cache and it's dependencies: but before I saw:
so it seems to be random?
I also tried downgrading deno to 1.42.4 and explicitly caching missing packages via the cli and via adding them to deno.json. nothing worked, lsp remains unusable.
anyone has any idea?

