Nehu
`deno lsp` does not understand bare imports without prefix
Even in minimal project, freshly created from a template, Deno marks imports as errors and doesn't understand them.
E.g.
deno run --allow-read --allow-write --allow-env npm:create-vite-extra@latest
"
Open src/main.ts
in the editor which uses deno lsp
, and an error pops up:
Adding a source map doesn't make a difference.
Any ideas?3 replies