From eebc5ea7654d5c26fc6d6d1e02d552b7e5fb7ead Mon Sep 17 00:00:00 2001 From: "bobo.yang" Date: Wed, 20 Sep 2023 17:17:44 +0800 Subject: [PATCH] update command title --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 55d9ef9..299dc2b 100644 --- a/package.json +++ b/package.json @@ -406,12 +406,12 @@ }, { "command": "DevChat.AccessKey.OpenAI", - "title": "OpenAI API Key", + "title": "Input OpenAI API Key", "category": "DevChat" }, { "command": "DevChat.AccessKey.Anthropic", - "title": "Anthropic API Key", + "title": "Input Anthropic API Key", "category": "DevChat" }, {