VS Code intellisense when using one deno.json per function
Hello! Previously I had set up my project to use a global
import_map.json, but as the documentation suggests, it's now recommended to use one deno.json per function. I cannot seem to figure out how to get VS Code to recognize my imports when using the setup like this. Has anyone got this setup working with VS Code?