Skip to content

Commit 20b86b7

Browse files
authored
fix(manifest): resolve marketplace display metadata (#41)
1 parent 0d14e7d commit 20b86b7

3 files changed

Lines changed: 3 additions & 9 deletions

File tree

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "deepseek-v4-for-copilot",
3-
"displayName": "%deepseek-copilot.displayName%",
4-
"description": "%deepseek-copilot.description%",
3+
"displayName": "DeepSeek V4 for Copilot Chat",
4+
"description": "Pick DeepSeek V4 Pro & Flash from the Copilot Chat model picker. Vision, thinking mode, agent tools — zero config, BYOK.",
55
"icon": "resources/icon.png",
66
"version": "0.4.0",
77
"publisher": "Vizards",
@@ -49,7 +49,7 @@
4949
"languageModelChatProviders": [
5050
{
5151
"vendor": "deepseek",
52-
"displayName": "%deepseek-copilot.providerDisplayName%"
52+
"displayName": "DeepSeek"
5353
}
5454
],
5555
"commands": [

package.nls.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
11
{
2-
"deepseek-copilot.displayName": "DeepSeek V4 for Copilot Chat",
3-
"deepseek-copilot.description": "Pick DeepSeek V4 Pro & Flash from the Copilot Chat model picker. Vision, thinking mode, agent tools — zero config, BYOK.",
4-
"deepseek-copilot.providerDisplayName": "DeepSeek",
52
"deepseek-copilot.command.setApiKey": "DeepSeek: Set API Key",
63
"deepseek-copilot.command.getApiKey": "DeepSeek: Get API Key",
74
"deepseek-copilot.command.clearApiKey": "DeepSeek: Clear API Key",

package.nls.zh-cn.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
11
{
2-
"deepseek-copilot.displayName": "DeepSeek V4 for Copilot Chat",
3-
"deepseek-copilot.description": "在 Copilot Chat 模型选择器中使用 DeepSeek V4 Pro & Flash。支持视觉识别、思考模式、智能体工具。需自行提供 API Key。",
4-
"deepseek-copilot.providerDisplayName": "DeepSeek",
52
"deepseek-copilot.command.setApiKey": "DeepSeek: 设置 API Key",
63
"deepseek-copilot.command.getApiKey": "DeepSeek: 获取 API Key",
74
"deepseek-copilot.command.clearApiKey": "DeepSeek: 清除 API Key",

0 commit comments

Comments
 (0)