F6: diff-view toggle (Feature #17) #18

Merged
benstull merged 9 commits from f6-diff-view-toggle into main 2026-06-11 14:21:46 +00:00
Showing only changes of commit 26474950df - Show all commits
+17
View File
@@ -73,6 +73,16 @@
"command": "cowriting.proposeAgentEdit", "command": "cowriting.proposeAgentEdit",
"title": "Propose Agent Edit (internal seam)", "title": "Propose Agent Edit (internal seam)",
"category": "Cowriting" "category": "Cowriting"
},
{
"command": "cowriting.toggleDiffView",
"title": "Cowriting: Toggle Diff View",
"category": "Cowriting"
},
{
"command": "cowriting.pinDiffBaseline",
"title": "Cowriting: Pin Diff Baseline to Now",
"category": "Cowriting"
} }
], ],
"menus": { "menus": {
@@ -135,7 +145,14 @@
"when": "commentController == cowriting.proposals" "when": "commentController == cowriting.proposals"
} }
] ]
},
"keybindings": [
{
"command": "cowriting.toggleDiffView",
"key": "ctrl+alt+d",
"when": "editorTextFocus"
} }
]
}, },
"scripts": { "scripts": {
"build": "node esbuild.mjs", "build": "node esbuild.mjs",