Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions vscode/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,6 @@
],
"qna": "marketplace",
"dependencies": {
"@sourcemeta/jsonschema": "^15.9.0"
"@sourcemeta/jsonschema": "^16.0.0"

@augmentcode augmentcode Bot Jun 22, 2026

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@sourcemeta/jsonschema v16.0.0 switches Linux/BSD binaries to dynamically loading system libcurl via dlopen; can you confirm the VSCode extension’s target environments (incl. remote/containers) reliably provide libcurl or that the extension surfaces a clear error/doc if it’s missing? Otherwise this upgrade could introduce runtime failures that won’t show up until users run the extension on minimal images.

Severity: medium

Fix This in Augment

🤖 Was this useful? React with 👍 or 👎, or 🚀 if it prevented an incident/outage.

}
}
Loading