mirror of
https://github.com/TabbyML/tabby
synced 2024-11-22 17:41:54 +00:00
chore: fix inline chat command text copy (#2848)
This commit is contained in:
parent
c25af26343
commit
11486b87bb
4
clients/vscode/package.json
vendored
4
clients/vscode/package.json
vendored
@ -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"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user