We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30704cf commit abfbce2Copy full SHA for abfbce2
ci/build/build-vscode.sh
@@ -84,10 +84,10 @@ main() {
84
"https://open-vsx.org"
85
],
86
"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
- },
+ "serviceUrl": "https://marketplace.visualstudio.com/_apis/public/gallery",
+ "cacheUrl": "https://vscode.blob.core.windows.net/gallery/index",
+ "itemUrl": "https://marketplace.visualstudio.com/items"
+ },
91
"aiConfig": {
92
"ariaKey": "code-server"
93
}
0 commit comments