Closed Abdullah-Azbah closed 1 month ago
Describe the bug I need to set up an import map for my project. the import map that I would like to use is something like this:
{ "imports": { "#app/": "./", } }
and while this does work for running the application, I don't get any path suggestion/auto-completion when I try to import modules.
To Reproduce
deno.json
Expected behavior I should get path suggestion/auto-completion
Screenshots
If applicable, add screenshots to help explain your problem.
Versions
vscode: 1.94.2 deno: 2.0.0 extension: 3.41.1
Describe the bug I need to set up an import map for my project. the import map that I would like to use is something like this:
and while this does work for running the application, I don't get any path suggestion/auto-completion when I try to import modules.
To Reproduce
deno.json
from the code snippet above.Expected behavior I should get path suggestion/auto-completion
Screenshots
If applicable, add screenshots to help explain your problem.
Versions
vscode: 1.94.2 deno: 2.0.0 extension: 3.41.1