vscode_deno
vscode_deno copied to clipboard
Cannot go to definition in esm.sh imports
Describe the bug
same as title. happened after lockfile got updated with redirects.
To Reproduce
- clone https://github.com/scarf005/blog/tree/39e34951d6e65268937c0998970999dadad48bb9
- in
_config.ts, attempt toGo to definitionfor esm.sh imports
Expected behavior
type definitions are shown.
Screenshots
Versions
vscode: 1.96.4 deno: deno 2.1.7 (stable, release, x86_64-unknown-linux-gnu) extension: 3.43.2
I was able to reproduce by checking out the previous commit, caching, going forward a commit and caching again. But it worked when I reloaded the window. Is this still an issue @scarf005?
yes, it still happens when i reload the window.