F10 SLICE-1: hide F6 diff command/keybinding + attribution toggle; retitle preview to 'Open Review Preview' (#29)
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
+14
-12
@@ -86,7 +86,7 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"command": "cowriting.showTrackChangesPreview",
|
"command": "cowriting.showTrackChangesPreview",
|
||||||
"title": "Cowriting: Open Track-Changes Preview",
|
"title": "Cowriting: Open Review Preview",
|
||||||
"category": "Cowriting"
|
"category": "Cowriting"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
@@ -107,6 +107,18 @@
|
|||||||
{
|
{
|
||||||
"command": "cowriting.rejectProposal",
|
"command": "cowriting.rejectProposal",
|
||||||
"when": "false"
|
"when": "false"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"command": "cowriting.toggleDiffView",
|
||||||
|
"when": "false"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"command": "cowriting.pinDiffBaseline",
|
||||||
|
"when": "false"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"command": "cowriting.toggleAttribution",
|
||||||
|
"when": "false"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"editor/context": [
|
"editor/context": [
|
||||||
@@ -138,16 +150,6 @@
|
|||||||
"command": "cowriting.reopenThread",
|
"command": "cowriting.reopenThread",
|
||||||
"group": "inline",
|
"group": "inline",
|
||||||
"when": "commentController == cowriting.threads && commentThread =~ /^resolved$/"
|
"when": "commentController == cowriting.threads && commentThread =~ /^resolved$/"
|
||||||
},
|
|
||||||
{
|
|
||||||
"command": "cowriting.acceptProposal",
|
|
||||||
"group": "inline@1",
|
|
||||||
"when": "commentController == cowriting.proposals && commentThread =~ /^pending$/"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"command": "cowriting.rejectProposal",
|
|
||||||
"group": "inline@2",
|
|
||||||
"when": "commentController == cowriting.proposals"
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
@@ -155,7 +157,7 @@
|
|||||||
{
|
{
|
||||||
"command": "cowriting.toggleDiffView",
|
"command": "cowriting.toggleDiffView",
|
||||||
"key": "ctrl+alt+d",
|
"key": "ctrl+alt+d",
|
||||||
"when": "editorTextFocus"
|
"when": "false"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"command": "cowriting.showTrackChangesPreview",
|
"command": "cowriting.showTrackChangesPreview",
|
||||||
|
|||||||
Reference in New Issue
Block a user