deno
deno copied to clipboard
deno lsp auto-importing does not work
Version: 2.0.2
I am using deno in a turborepo monorepo. I setup the deno lsp like the tuturial suggests and added some more settings:
It works for normal code completion and also when i want to import "normal" node stuff. But when i want to code complete (and auto-import) for example this drizzle code, it just does not give me the option:
Even when there is already an import statement for drizzle. And it is not a problem with drizzle and its types. I tested it with a package from jsr and it also did not work.
(The project is a former nodejs project. Do i need to do anything to set this up?)