You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: extensions-schema.json
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,10 @@
12
12
"type": "string",
13
13
"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."
14
14
},
15
+
"checkout": {
16
+
"type": "string",
17
+
"description": "The commit to check out for building the extension"
18
+
},
15
19
"location": {
16
20
"type": "string",
17
21
"description": "Location of the extension's package.json in the repository (defaults to the repository's root directory)"
0 commit comments