I'm testing npm integration, simple lodash example
// @deno-types="npm:@types/lodash"import lodash from "npm:lodash";// some code...
// @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