Skip to content

Commit abfbce2

Browse files
authored
Update build-vscode.sh
1 parent 30704cf commit abfbce2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

ci/build/build-vscode.sh

+4-4
Original file line numberDiff line numberDiff line change
@@ -84,10 +84,10 @@ main() {
8484
"https://open-vsx.org"
8585
],
8686
"extensionsGallery": {
87-
"serviceUrl": "https://open-vsx.org/vscode/gallery",
88-
"itemUrl": "https://open-vsx.org/vscode/item",
89-
"resourceUrlTemplate": "https://openvsxorg.blob.core.windows.net/resources/{publisher}/{name}/{version}/{path}"
90-
},
87+
"serviceUrl": "https://marketplace.visualstudio.com/_apis/public/gallery",
88+
"cacheUrl": "https://vscode.blob.core.windows.net/gallery/index",
89+
"itemUrl": "https://marketplace.visualstudio.com/items"
90+
},
9191
"aiConfig": {
9292
"ariaKey": "code-server"
9393
}

0 commit comments

Comments
 (0)