Using "imports" in deno.json doesn't work in VS.code
* deno 1.38.3
* vs.code 1.84.2
* denoland.vscode-deno 3.28.0
I got rid of my import map and moved the
Deno works fine, but the VS.code extension is now broken and complains about the missing import map on each of my local
* vs.code 1.84.2
* denoland.vscode-deno 3.28.0
I got rid of my import map and moved the
"imports" directly into deno.json, as supported since 1.30.0.Deno works fine, but the VS.code extension is now broken and complains about the missing import map on each of my local
import { … } from "@/foo/bar.ts".