File tree 2 files changed +29
-5
lines changed
2 files changed +29
-5
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " CodeViz " ,
3
- "displayName" : " Code Counter Vizzu " ,
2
+ "name" : " code-viz " ,
3
+ "displayName" : " CodeVizz " ,
4
4
"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
+
10
+ },
11
+ "repository" : " https://github.com/vizzuhq/codeviz" ,
12
+ "homepage" : " https://vizzuhq.com/" ,
7
13
"engines" : {
8
14
"vscode" : " ^1.46.0"
9
15
},
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" ,
10
22
"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"
12
36
],
13
37
"activationEvents" : [
14
38
" onCommand:CodeViz.show"
You can’t perform that action at this time.
0 commit comments