-
Notifications
You must be signed in to change notification settings - Fork 151
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
importmap support is broken in folders #113
Labels
bug
Something isn't working
Comments
And now I open my project back up and it doesn't even work with absolute paths... |
This work now: {
"deno.enable": true,
"deno.import_map": "./import_map.json"
} |
@brandonkal is this still the case? |
Yes. |
This has been resolved in version 3.x of the extension. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
An example reproduction:
Using an absolute path in subproject/import_map.json fixes the VSCode errors. But I can't use absolute paths for obvious reasons. So it is clear the extension is acting as if the import_map.json file was in the workspace root where relative imports would not work.
So this needs to be fixed.
The text was updated successfully, but these errors were encountered: