Skip to content

Commit 7a6ce99

Browse files
committed
chore(vscode): add logo image and publish info
1 parent 6a7ef38 commit 7a6ce99

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed
12.6 KB
Loading

packages/vscode/package.json

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,30 @@
22
"name": "githru-vscode-ext",
33
"displayName": "githru-vscode-ext",
44
"description": "vscode extension module for githru-vscode-ext",
5-
"repository": "https://github.com/githru/githru-vscode-ext",
5+
"publisher": "githru",
6+
"repository": {
7+
"url": "https://github.com/githru/githru-vscode-ext",
8+
"type": "git"
9+
},
610
"version": "0.1.0",
711
"engines": {
812
"vscode": "^1.67.0"
913
},
14+
"icon": "images/githru_logo_temp.png",
1015
"author": {
1116
"name": "team githru"
1217
},
1318
"categories": [
14-
"Other"
19+
"Other",
20+
"SCM Providers"
21+
],
22+
"keywords": [
23+
"githru",
24+
"git",
25+
"GitHub",
26+
"log",
27+
"visualization",
28+
"visual analytics"
1529
],
1630
"activationEvents": [
1731
"*"

0 commit comments

Comments
 (0)