Vincent
Vincent
DDeno
Created by Vincent on 11/14/2024 in #help
Auto Import Not Working
Ah, I think the packages dont populate in the cache until you actually import one into a file, after that, they're suggested on autocomplete
3 replies
DDeno
Created by Vincent on 11/14/2024 in #help
Auto Import Not Working
deno.json:
{
"tasks": {
"dev": "deno run --watch src/main.ts"
},
"imports": {
"@std/assert": "jsr:@std/assert@1",
}
}
{
"tasks": {
"dev": "deno run --watch src/main.ts"
},
"imports": {
"@std/assert": "jsr:@std/assert@1",
}
}
3 replies