Skip to content

Commit cf27a07

Browse files
committed
cleanup
1 parent 2dcf50a commit cf27a07

File tree

4 files changed

+26
-6
lines changed

4 files changed

+26
-6
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
dist/*
22
out/*
33
node_modules/*
4-
.vscode-test/*
4+
.vscode-test/*
5+
*.vsix

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,13 @@ A lightweight extension and CLI tool that analyzes your Git commits, tracks codi
1414

1515
### Screenshots
1616

17-
<img width="1703" height="1348" alt="img1" src="https://github.com/user-attachments/assets/0b93b49f-307d-48d5-84dc-d14136715a54" />
17+
<center>
18+
<img width="600" height="auto" alt="img1" src="https://github.com/user-attachments/assets/0b93b49f-307d-48d5-84dc-d14136715a54" />
1819

19-
<br><br>
20+
<br>
2021

21-
<img width="1701" height="1345" alt="img2" src="https://github.com/user-attachments/assets/d0f9d148-6f4b-44f5-a50b-16496519a75e" />
22+
<img width="600" height="auto" alt="img2" src="https://github.com/user-attachments/assets/d0f9d148-6f4b-44f5-a50b-16496519a75e" />
23+
</center>
2224

2325
### Installation
2426

package.json

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,33 @@
22
"name": "git-vscode-stats",
33
"displayName": "Git VSCode Stats",
44
"description": "View git repository stats, activity and productivity analysis",
5-
"version": "0.2.0",
5+
"version": "0.2.2",
66
"publisher": "git-quick-stats",
7-
"icon": "resources/git-icon.svg",
7+
"icon": "resources/icon.png",
88
"repository": {
99
"type": "git",
1010
"url": "[email protected]:git-quick-stats/git-vscode-stats.git"
1111
},
1212
"engines": {
1313
"vscode": "^1.80.0"
1414
},
15+
"categories": [
16+
"Other"
17+
],
18+
"keywords": [
19+
"git",
20+
"stats",
21+
"statistics",
22+
"activity",
23+
"productivity",
24+
"analysis",
25+
"repository",
26+
"version control",
27+
"git quick stats",
28+
"git insights",
29+
"git activity",
30+
"git productivity"
31+
],
1532
"activationEvents": [
1633
"onView:gitQuickStatsView"
1734
],

resources/icon.png

8.17 KB
Loading

0 commit comments

Comments
 (0)