Skip to content

Commit c544cef

Browse files
committed
chore(vscode-ide-companion): 更新package.json元数据
- 添加homepage字段指向项目主页 - 配置bugs字段以便报告问题 - 设置galleryBanner颜色和主题 - 关闭qna功能 - 标记价格为免费
1 parent b84d406 commit c544cef

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

packages/vscode-ide-companion/package.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,16 @@
55
"displayName": "Deep Code",
66
"description": "Deep Code VSCode companion — AI-assisted development in your editor",
77
"license": "MIT",
8+
"homepage": "https://deepcode.vegamo.cn",
9+
"bugs": {
10+
"url": "https://github.com/lessweb/deepcode-cli/issues"
11+
},
12+
"galleryBanner": {
13+
"color": "#1e1e2e",
14+
"theme": "dark"
15+
},
16+
"qna": false,
17+
"pricing": "Free",
818
"type": "module",
919
"main": "./dist/extension.js",
1020
"preview": true,

0 commit comments

Comments
 (0)