update menu text

This commit is contained in:
bobo.yang 2023-05-18 23:40:03 +08:00
parent d45869492e
commit 1aa8f5e64f

View File

@ -2,7 +2,7 @@
"name": "devchat", "name": "devchat",
"displayName": "DevChat", "displayName": "DevChat",
"description": "Write prompts, not code", "description": "Write prompts, not code",
"version": "0.0.38", "version": "0.0.39",
"icon": "assets/devchat.png", "icon": "assets/devchat.png",
"publisher": "merico", "publisher": "merico",
"engines": { "engines": {
@ -145,27 +145,27 @@
}, },
{ {
"command": "devchat.addConext", "command": "devchat.addConext",
"title": "As DevChat Context" "title": "Add to DevChat"
}, },
{ {
"command": "devchat.askForCode", "command": "devchat.askForCode",
"title": "As DevChat Context" "title": "Add to DevChat"
}, },
{ {
"command": "devchat.askForFile", "command": "devchat.askForFile",
"title": "As DevChat Context" "title": "Add to DevChat"
}, },
{ {
"command": "devchat.addConext_chinese", "command": "devchat.addConext_chinese",
"title": "作为DevChat上下文" "title": "添加到DevChat"
}, },
{ {
"command": "devchat.askForCode_chinese", "command": "devchat.askForCode_chinese",
"title": "作为DevChat上下文" "title": "添加到DevChat"
}, },
{ {
"command": "devchat.askForFile_chinese", "command": "devchat.askForFile_chinese",
"title": "作为DevChat上下文" "title": "添加到DevChat"
} }
], ],
"menus": { "menus": {