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
With the latest version of deno (v2.1.4) running deno install on a directory with a package.json file with dependencies will create a deno.lock file. This lock file will not have a remote property at all.
The VSCode Deno extension is showing a warning on this lock file: Missing property "remote".
To Reproduce
See above.
Expected behavior
Either the deno install command should create a lock file with an empty ({}) remote property or the schema of the lock file in the VSCode Deno extension should be relaxed to mark this remote property as optional
Screenshots
Versions
vscode: 1.96.2
deno: 2.1.4
extension: 3.43.1
The text was updated successfully, but these errors were encountered:
quentinadam
changed the title
Missing property "remote" (in lockfile)
Missing property "remote" (on lock file)
Dec 28, 2024
Describe the bug
With the latest version of
deno
(v2.1.4) runningdeno install
on a directory with apackage.json
file with dependencies will create adeno.lock
file. This lock file will not have aremote
property at all.The VSCode Deno extension is showing a warning on this lock file: Missing property "remote".
To Reproduce
See above.
Expected behavior
Either the
deno install
command should create a lock file with an empty ({}
) remote property or the schema of the lock file in the VSCode Deno extension should be relaxed to mark thisremote
property as optionalScreenshots
Versions
vscode: 1.96.2
deno: 2.1.4
extension: 3.43.1
The text was updated successfully, but these errors were encountered: