-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathpublishManifest.json
More file actions
13 lines (13 loc) · 891 Bytes
/
publishManifest.json
File metadata and controls
13 lines (13 loc) · 891 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
{
"$schema": "http://json.schemastore.org/vsix-publish",
"categories": [ "coding" ], // The categories of the extension. Between 1 and 3 categories are required.
"identity": {
"internalName": "vsmeadow01" // If not specified, we try to generate the name from the display name of the extension in the vsixmanifest file.
// Required if the display name is not the actual name of the extension.
},
"overview": "overview.md", // Path to the "readme" file that gets uploaded to the Marketplace. Required.
"priceCategory": "free", // Either "free", "trial", or "paid". Defaults to "free".
"publisher": "WildernessLabs", // The name of the publisher. Required.
"private": false, // Specifies whether or not the extension should be public when uploaded. Defaults to false.
"qna": true // Specifies whether or not the extension should have a Q&A section. Defaults to true.
}