DenoDDeno
Powered by
jcayzacJ
Deno•3y ago•
13 replies
jcayzac

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
"imports"
"imports"
directly into
deno.json
deno.json
, as supported since
1.30.0
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"
import { … } from "@/foo/bar.ts"
.
Deno banner
DenoJoin
Chat about Deno, a modern runtime for JavaScript and TypeScript.
20,934Members
Resources
Recent Announcements

Similar Threads

Was this page helpful?

Similar Threads

Cache imports in deno.json
NebulaRhythmNNebulaRhythm / help
3y ago
VS Code Deno formatter doesn't read deno.jsonc
this_chordTthis_chord / help
14mo ago
GitHub imports from package.json in Deno
phocks_testPphocks_test / help
16mo ago