D
Deno
J
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
Join
Chat about Deno, a modern runtime for JavaScript and TypeScript.
20,934
Members
View on Discord
Resources
ModelContextProtocol
ModelContextProtocol
MCP Server
Recent Announcements
Similar Threads
Was this page helpful?
Yes
No
Similar Threads
Cache imports in deno.json
N
NebulaRhythm / help
3y ago
VS Code Deno formatter doesn't read deno.jsonc
T
this_chord / help
14mo ago
GitHub imports from package.json in Deno
P
phocks_test / help
16mo ago