chore: fix inline chat command text copy (#2848)

This commit is contained in:
Meng Zhang 2024-08-12 10:06:55 -07:00 committed by GitHub
parent c25af26343
commit 11486b87bb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -111,12 +111,12 @@
}, },
{ {
"command": "tabby.chat.edit.start", "command": "tabby.chat.edit.start",
"title": "Edit...", "title": "Start Inline Editing",
"category": "Tabby" "category": "Tabby"
}, },
{ {
"command": "tabby.chat.edit.stop", "command": "tabby.chat.edit.stop",
"title": "Stop Editing", "title": "Stop Inline Editing",
"category": "Tabby" "category": "Tabby"
}, },
{ {