This repository was archived by the owner on Aug 2, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtmp
More file actions
96 lines (96 loc) · 1.81 KB
/
tmp
File metadata and controls
96 lines (96 loc) · 1.81 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
{
"scopes": [
"vso.work",
"vso.code"
],
"screenshots": [
{
"path": "screenshots/screen1.png"
},
{
"path": "screenshots/screen2.png"
}
],
"content": {
"details": {
"path": "overview.md"
}
},
"files": [
{
"addressable": true,
"path": "network.html"
},
{
"addressable": true,
"path": "theme.css"
},
{
"addressable": true,
"path": "statistics.html"
},
{
"addressable": true,
"path": "overview.md"
},
{
"addressable": true,
"path": "scripts"
},
{
"addressable": true,
"path": "gitgraph"
},
{
"addressable": true,
"path": "sdk/scripts"
},
{
"addressable": true,
"path": "images/logo.png"
}
],
"version": "0.3.330",
"id": "commitnetwork",
"manifestVersion": 1,
"publisher": "swapme3",
"description": "Graphical view of git commit network and git statistics.",
"name": "Commit Network",
"contributions": [
{
"properties": {
"uri": "network.html",
"order": 30,
"name": "Network"
},
"targets": [
"ms.vss-code-web.code-hub-group"
],
"description": "Adds a commit graph hub to the Code hub group.",
"type": "ms.vss-web.hub",
"id": "swapme3.commitnetwork.network"
},
{
"properties": {
"uri": "statistics.html",
"order": 31,
"name": "Statistics"
},
"targets": [
"ms.vss-code-web.code-hub-group"
],
"description": "Adds statistics charts.",
"type": "ms.vss-web.hub",
"id": "swapme3.commitnetwork.statistics"
}
],
"icons": {
"default": "images/logo.png"
},
"targets": [
{
"id": "Microsoft.VisualStudio.Services"
}
],
"public": true
}