We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a7ef38 commit 7a6ce99Copy full SHA for 7a6ce99
packages/vscode/images/githru_logo_temp.png
12.6 KB
packages/vscode/package.json
@@ -2,16 +2,30 @@
2
"name": "githru-vscode-ext",
3
"displayName": "githru-vscode-ext",
4
"description": "vscode extension module for githru-vscode-ext",
5
- "repository": "https://github.com/githru/githru-vscode-ext",
+ "publisher": "githru",
6
+ "repository": {
7
+ "url": "https://github.com/githru/githru-vscode-ext",
8
+ "type": "git"
9
+ },
10
"version": "0.1.0",
11
"engines": {
12
"vscode": "^1.67.0"
13
},
14
+ "icon": "images/githru_logo_temp.png",
15
"author": {
16
"name": "team githru"
17
18
"categories": [
- "Other"
19
+ "Other",
20
+ "SCM Providers"
21
+ ],
22
+ "keywords": [
23
+ "githru",
24
+ "git",
25
+ "GitHub",
26
+ "log",
27
+ "visualization",
28
+ "visual analytics"
29
],
30
"activationEvents": [
31
"*"
0 commit comments