-
-
Notifications
You must be signed in to change notification settings - Fork 37
/
vs-publish.json
53 lines (53 loc) · 1.32 KB
/
vs-publish.json
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
{
"$schema": "http://json.schemastore.org/vsix-publish",
"categories": [ "documentation", "coding" ],
"identity": {
"internalName": "MarkdownEditor2",
"tags": [ "markdown" ]
},
"assetFiles": [
{
"pathOnDisk": "art/font-options.png",
"targetPath": "art/font-options.png"
},
{
"pathOnDisk": "art/options.png",
"targetPath": "art/options.png"
},
{
"pathOnDisk": "art/outlining-collapsed.png",
"targetPath": "art/outlining-collapsed.png"
},
{
"pathOnDisk": "art/outlining-expanded.png",
"targetPath": "art/outlining-expanded.png"
},
{
"pathOnDisk": "art/preview-window.png",
"targetPath": "art/preview-window.png"
},
{
"pathOnDisk": "art/preview-window-dark.png",
"targetPath": "art/preview-window-dark.png"
},
{
"pathOnDisk": "art/error.png",
"targetPath": "art/error.png"
},
{
"pathOnDisk": "art/context-menu.png",
"targetPath": "art/context-menu.png"
},
{
"pathOnDisk": "art/navigator-bar.png",
"targetPath": "art/navigator-bar.png"
},
{
"pathOnDisk": "art/emoji.gif",
"targetPath": "art/emoji.gif"
}
],
"overview": "README.md",
"publisher": "MadsKristensen",
"repo": "https://github.com/MadsKristensen/MarkdownEditor2022"
}