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
Currently the extension enables itself only if deno.json is present, but doesn't enable itself if only deno.lock is present. This means that projects that are using Deno as a package manager but keep all dependencies in package.json don't enable the extension automatically. Instead it needs to be enabled manually via command pallete.
To Reproduce
Take existing Node.js project
Run deno install
Deno extension is not enabled
Expected behavior
Extension gets enabled if there's deno.lock file.
Versions
deno: 2.1.2
The text was updated successfully, but these errors were encountered:
Describe the bug
Currently the extension enables itself only if
deno.json
is present, but doesn't enable itself if onlydeno.lock
is present. This means that projects that are using Deno as a package manager but keep all dependencies inpackage.json
don't enable the extension automatically. Instead it needs to be enabled manually via command pallete.To Reproduce
deno install
Expected behavior
Extension gets enabled if there's
deno.lock
file.Versions
deno: 2.1.2
The text was updated successfully, but these errors were encountered: