VSIX CLI publishing
Visual Studio extension publishing
| Type | object |
|---|---|
| File match |
vs-publish.json
|
| Schema URL | https://catalog.lintel.tools/schemas/schemastore/vsix-cli-publishing/latest.json |
| Source | https://www.schemastore.org/vsix-publish.json |
Validate with Lintel
npx @lintel/lintel check
Properties
9 nested properties
The internal name of the extension. A marketplace extension is identified as 'publisherName'.'internalName'. Cannot contain spaces.
A description for the extension. Required if the extension is not a VSIX.
A display name for the extension. Required if the extension is not a VSIX.
An icon for the extension. Required if the extension is not a VSIX. Can be relative to the current json file's directory.
A list of install targets for the extension. At least one is required if the extension is not a VSIX.
The default language the extension applies to. Must be a CLR locale code or an lcid code.
A list of tags for the extension.
The version of the extension. Required if the extension is not a VSIX.
The vsix identifier of the extension.
A list of categories that the extension applies to.
A path to a markdown file that will be displayed on the extension's page in the marketplace. The path can be relative to the current json file's path.
The publisher of the extension. Must not be a display name of the publisher.
A list of assets to include in the package sent to the marketplace.
The pricing model for the extension.
If true, the extension will be uploaded as a private extension.
If true, the extension will have a Q&A page on the marketplace.
A URL that points to the GitHub repo for the extension.