Skip to content
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

Missing property "remote" (on lock file) #1229

Closed
quentinadam opened this issue Dec 28, 2024 · 1 comment
Closed

Missing property "remote" (on lock file) #1229

quentinadam opened this issue Dec 28, 2024 · 1 comment

Comments

@quentinadam
Copy link

quentinadam commented Dec 28, 2024

Describe the bug

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

Screenshot 2024-12-28 at 21 00 55

Versions

vscode: 1.96.2
deno: 2.1.4
extension: 3.43.1

@quentinadam quentinadam changed the title Missing property "remote" (in lockfile) Missing property "remote" (on lock file) Dec 28, 2024
@nayeemrmn
Copy link
Collaborator

Fixed by #1225 (released now).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants