fix: gate createThread palette entry on selection+coediting like its context-menu entry (#71 item 5)
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
@@ -167,6 +167,10 @@
|
|||||||
"command": "cowriting.proposeAgentEdit",
|
"command": "cowriting.proposeAgentEdit",
|
||||||
"when": "false"
|
"when": "false"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"command": "cowriting.createThread",
|
||||||
|
"when": "editorHasSelection && (resourceScheme == file || resourceScheme == untitled) && cowriting.isCoediting"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"command": "cowriting.reviewChanges",
|
"command": "cowriting.reviewChanges",
|
||||||
"when": "editorLangId == markdown && cowriting.isCoediting"
|
"when": "editorLangId == markdown && cowriting.isCoediting"
|
||||||
|
|||||||
Reference in New Issue
Block a user