We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b84d406 commit c544cefCopy full SHA for c544cef
1 file changed
packages/vscode-ide-companion/package.json
@@ -5,6 +5,16 @@
5
"displayName": "Deep Code",
6
"description": "Deep Code VSCode companion — AI-assisted development in your editor",
7
"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",
18
"type": "module",
19
"main": "./dist/extension.js",
20
"preview": true,
0 commit comments