Deno LSP doesn't recognize workspaces as imports
For some reason the vscode plugin for deno says this code is invalid even though it runs perfectly fine via the cli.
mod.ts:
deno.jsonc:
./test/mod.ts
./test/deno.jsonc
When I run mod.ts via the cli I get 3 which is expected but the vscode lsp says
mod.ts:
deno.jsonc:
./test/mod.ts
./test/deno.jsonc
When I run mod.ts via the cli I get 3 which is expected but the vscode lsp says
Relative import path "@mypackage/test" not prefixed with / or ./ or ../