forked from madskristensen/SolutionColors
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathvs-publish.json
More file actions
61 lines (61 loc) · 1.51 KB
/
vs-publish.json
File metadata and controls
61 lines (61 loc) · 1.51 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
{
"$schema": "http://json.schemastore.org/vsix-publish",
"categories": [ "web" ],
"identity": {
"internalName": "SolutionColors",
"tags": [ "color", "solution", "peacock" ]
},
"assetFiles": [
{
"pathOnDisk": "art/colors.png",
"targetPath": "art/colors.png"
},
{
"pathOnDisk": "art/options.png",
"targetPath": "art/options.png"
},
{
"pathOnDisk": "art/context-menu.png",
"targetPath": "art/context-menu.png"
},
{
"pathOnDisk": "art/context-menu-none.png",
"targetPath": "art/context-menu-none.png"
},
{
"pathOnDisk": "art/context-menu-disable.png",
"targetPath": "art/context-menu-disable.png"
},
{
"pathOnDisk": "art/taskbar.png",
"targetPath": "art/taskbar.png"
},
{
"pathOnDisk": "art/taskbar-icons.png",
"targetPath": "art/taskbar-icons.png"
},
{
"pathOnDisk": "art/solution-label.png",
"targetPath": "art/solution-label.png"
},
{
"pathOnDisk": "art/top.png",
"targetPath": "art/top.png"
},
{
"pathOnDisk": "art/custom-colors.png",
"targetPath": "art/custom-colors.png"
},
{
"pathOnDisk": "art/border-settings.png",
"targetPath": "art/border-settings.png"
},
{
"pathOnDisk": "art/solution-context-menu.png",
"targetPath": "art/solution-context-menu.png"
}
],
"overview": "README.md",
"publisher": "MadsKristensen",
"repo": "https://github.com/MadsKristensen/SolutionColors"
}