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
2 changes: 2 additions & 0 deletions .changeset/list-hunk-diff-context.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
---
9 changes: 9 additions & 0 deletions website/src/data/extensions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,15 @@ export const EXTENSION_CATALOG: readonly ExtensionListing[] = [
version: "0.1.0",
apiVersion: 6,
},
{
repo: "astwys/hunk-diff-context",
name: "hunk-diff-context",
summary:
"Pins the selected file's complete diff in a sidebar pane, so it stays visible beside the review.",
categories: ["Pane", "Command"],
version: "0.1.0",
apiVersion: 6,
},
{
repo: "astwys/hunk-exclude-files",
name: "hunk-exclude-files",
Expand Down
Loading