Surface polish: batched Minor findings from the native-surfaces final review (#71) (#75)

This commit was merged in pull request #75.
This commit is contained in:
2026-07-03 03:20:23 +00:00
parent a90cc06dfa
commit 3e7ad58247
6 changed files with 372 additions and 22 deletions
+3 -17
View File
@@ -81,16 +81,6 @@
"title": "Ask Claude to Edit Selection",
"category": "Cowriting"
},
{
"command": "cowriting.acceptProposal",
"title": "✓ Accept Proposal",
"category": "Cowriting"
},
{
"command": "cowriting.rejectProposal",
"title": "✗ Reject Proposal",
"category": "Cowriting"
},
{
"command": "cowriting.proposeAgentEdit",
"title": "Propose Agent Edit (internal seam)",
@@ -178,12 +168,8 @@
"when": "false"
},
{
"command": "cowriting.acceptProposal",
"when": "false"
},
{
"command": "cowriting.rejectProposal",
"when": "false"
"command": "cowriting.createThread",
"when": "editorHasSelection && (resourceScheme == file || resourceScheme == untitled) && cowriting.isCoediting"
},
{
"command": "cowriting.reviewChanges",
@@ -257,7 +243,7 @@
},
{
"command": "cowriting.openReviewPreview",
"when": "editorLangId == markdown",
"when": "resourceLangId == markdown",
"group": "navigation@9"
}
],