Filip SemanF
Denoβ€’4y agoβ€’
7 replies
Filip Seman

vscode unable to resolve types

I'm testing npm integration, simple lodash example

// @deno-types="npm:@types/lodash"
import lodash from "npm:lodash";

// some code...


After running the code and the package being cached, the code runs without errors, but vscode can't resolve the typings. All plugins are disabled except Deno

Deno latest v1.28.1
Deno plugin, latest v3.14.1
code --version
# 1.73.1
# 6261075646f055b99068d3688932416f2346dd3b
# x64
2022-11-19-131152_2560x2520_scrot.png
2022-11-19-131155_2560x2520_scrot.png
Was this page helpful?