Skip to content
Merged
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": "^14.17.1"
"@sourcemeta/jsonschema": "^15.0.0"
Copy link
Copy Markdown

@augmentcode augmentcode Bot Apr 27, 2026

Choose a reason for hiding this comment

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

@sourcemeta/jsonschema v15 includes lint rule ID changes (e.g., removal of some blaze/ prefixes per the release notes), and this extension surfaces rule IDs via Diagnostic.code. Consider verifying the VS Code integration tests and any UI/consumer expectations around rule identifiers still hold with v15 output.

Severity: low

Fix This in Augment

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

}
}
Loading