Skip to content

Commit 60ed20c

Browse files
committed
Add missing property to schema
1 parent b589e76 commit 60ed20c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

extensions-schema.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@
1212
"type": "string",
1313
"description": "Repository URL to clone and publish from. If the extension publishes `.vsix` files as release artifacts, this will determine the repo to fetch the releases from."
1414
},
15+
"checkout": {
16+
"type": "string",
17+
"description": "The commit to check out for building the extension"
18+
},
1519
"location": {
1620
"type": "string",
1721
"description": "Location of the extension's package.json in the repository (defaults to the repository's root directory)"

0 commit comments

Comments
 (0)