Skip to content

Commit c12b11c

Browse files
feat(Sky): Configure Open VSX extension gallery
Populate the extensionsGallery configuration in product.json with Open VSX marketplace endpoints. This enables the extension browsing and installation functionality in the editor, allowing users to discover and install extensions from the open-source Open VSX registry.
1 parent f813d08 commit c12b11c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Public/product.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@
1818
"extensionAllowedProposedApi": [],
1919
"builtInExtensions": [],
2020
"extensionsGallery": {
21-
"serviceUrl": "",
22-
"itemUrl": "",
23-
"resourceUrlTemplate": ""
21+
"serviceUrl": "https://open-vsx.org/api",
22+
"itemUrl": "https://open-vsx.org/extension",
23+
"resourceUrlTemplate": "https://open-vsx.org/files/{publisher}/{name}/{version}/{path}"
2424
},
2525
"documentationUrl": "https://editor.land",
2626
"introductoryVideosUrl": "",

0 commit comments

Comments
 (0)