Skip to content

Commit af429f2

Browse files
committed
icon and package file
1 parent 3f99d67 commit af429f2

File tree

2 files changed

+29
-5
lines changed

2 files changed

+29
-5
lines changed

icon.png

12.9 KB
Loading

package.json

+29-5
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,38 @@
11
{
2-
"name": "CodeViz",
3-
"displayName": "Code Counter Vizzu",
2+
"name": "code-viz",
3+
"displayName": "CodeVizz",
44
"description": "Source code statistics with animated vizualization.",
5-
"version": "0.0.1",
6-
"repository": "https://github.com/tczagany/cc-vizzu.git",
5+
"version": "0.1.0",
6+
"publisher": "vizzuhq",
7+
"author": {
8+
"name": "Tamás Czagány",
9+
"email": "[email protected]"
10+
},
11+
"repository": "https://github.com/vizzuhq/codeviz",
12+
"homepage": "https://vizzuhq.com/",
713
"engines": {
814
"vscode": "^1.46.0"
915
},
16+
"galleryBanner": {
17+
"color": "#BF9C68",
18+
"theme": "dark"
19+
},
20+
"license": "SEE LICENSE IN LICENSE.txt",
21+
"icon": "https://github.com/vizzuhq/codeviz/blob/master/icon.png",
1022
"categories": [
11-
"Other"
23+
"Other",
24+
"Programming Languages",
25+
"Visualization"
26+
],
27+
"keywords": [
28+
"count",
29+
"loc",
30+
"code",
31+
"stat",
32+
"statistics",
33+
"line",
34+
"chart",
35+
"report"
1236
],
1337
"activationEvents": [
1438
"onCommand:CodeViz.show"

0 commit comments

Comments
 (0)