From 1aa8f5e64f88b2591e4b508c74bcc0074257f7df Mon Sep 17 00:00:00 2001 From: "bobo.yang" Date: Thu, 18 May 2023 23:40:03 +0800 Subject: [PATCH] update menu text --- package.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index 5f92a1c..c812b8e 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "devchat", "displayName": "DevChat", "description": "Write prompts, not code", - "version": "0.0.38", + "version": "0.0.39", "icon": "assets/devchat.png", "publisher": "merico", "engines": { @@ -145,27 +145,27 @@ }, { "command": "devchat.addConext", - "title": "As DevChat Context" + "title": "Add to DevChat" }, { "command": "devchat.askForCode", - "title": "As DevChat Context" + "title": "Add to DevChat" }, { "command": "devchat.askForFile", - "title": "As DevChat Context" + "title": "Add to DevChat" }, { "command": "devchat.addConext_chinese", - "title": "作为DevChat上下文" + "title": "添加到DevChat" }, { "command": "devchat.askForCode_chinese", - "title": "作为DevChat上下文" + "title": "添加到DevChat" }, { "command": "devchat.askForFile_chinese", - "title": "作为DevChat上下文" + "title": "添加到DevChat" } ], "menus": {