.vsext
Visual Studio extension pack manifests
| Type | object |
|---|---|
| File match |
*.vsext
|
| Schema URL | https://catalog.lintel.tools/schemas/schemastore/vsext/latest.json |
| Source | https://www.schemastore.org/vsext.json |
Validate with Lintel
npx @lintel/lintel check
Type:
object
Properties
version
string
required
The version of the extension pack.
pattern=^(\d+\.)?(\d+\.)?(\d+\.)?(\d+)$
id
string
A unique identifier for the extension pack. This is to uniquely identify the extension pack and will not be shown to the user.
minLength=1
name
string
The name of the extension pack.
minLength=1
description
string
A short description of the extension pack.
minLength=1
extensions
object[]
A list of extension objects.