-
Notifications
You must be signed in to change notification settings - Fork 144
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support config auto detection with enabled paths #713
Comments
There are two issues here, one is "easy" the other is "hard":
|
Thanks for opening a specific issue for this! So until this can be supported, I'll try to investigate how far I can go with just 1 config and import_map. After all, having just one file to manage is also a plus so it's worth it. I'll post updates on the "monorepo discussion" since this repo is specific to the VS Code extension: denoland/deno#9126 (reply in thread) |
@bartlomieju This is fixed now. I just tested on Deno 1.35.0 and VSCode 1.80.0. |
Reproduction case for denoland/vscode_deno#713.
This doesn't seem to work for me on Deno v1.35.1, Deno VSCode extension v3.19.1, VSCodium v1.80.1. I have a pretty simple reproduction case here with this structure:
|
Closing in favour of #787. |
Slightly related:
I have a config like so
and configs in
./api/deno.jsonc
and./webapp/deno.jsonc
. However, VS code doesn't seem to take the config into account, especially the import_map option, despite those folders being listed as "paths". I would expect each path to be considered its own Deno app with potentially a config of its own.See Monorepo discussion: denoland/deno#9126 (comment)
Originally posted by @eric-burel in #701 (comment)
The text was updated successfully, but these errors were encountered: