node_modules / package.json Auto Import Fix?
I'm using package.json to manage my dependencies. I'm using VSCode with the Deno extension. The auto import suggestions always tries to import from a file in node_modules, e.g.
I want it to import like
Is there a way to configure the Deno extension to import like this?
I want it to import like
Is there a way to configure the Deno extension to import like this?