You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a mutli-language project structure where the deno.json is actually in a sub-directory. The lsp and/or vscode extension doesn't auto discover the deno.json which leads to red squiggles on my imports when using an import map.
By changing the .vscode/settings.json I can work around this:
I have a mutli-language project structure where the deno.json is actually in a sub-directory. The lsp and/or vscode extension doesn't auto discover the deno.json which leads to red squiggles on my imports when using an import map.
By changing the
.vscode/settings.json
I can work around this:However I expect many users will get stuck here.
I suggest that each time we see a TS or JS file we walk up the tree towards the root looking for deno.json.
Note: we don't support multiple config files yet denoland/vscode_deno#787
The text was updated successfully, but these errors were encountered: