Skip to content

Commit 9974bec

Browse files
author
Akash Satheesan
committed
Replace gallery with Open-VSX
1 parent 4bace1a commit 9974bec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/vscode/src/vs/server/node/marketplace.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -160,8 +160,8 @@ const extractTar = async (tarPath: string, targetPath: string, options: IExtract
160160
*/
161161
export const enableCustomMarketplace = (): void => {
162162
(<any>product).extensionsGallery = { // Use `any` to override readonly.
163-
serviceUrl: process.env.SERVICE_URL || 'https://extensions.coder.com/api',
164-
itemUrl: process.env.ITEM_URL || '',
163+
serviceUrl: process.env.SERVICE_URL || 'https://open-vsx.org/vscode/gallery',
164+
itemUrl: process.env.ITEM_URL || 'https://open-vsx.org/vscode/item',
165165
controlUrl: '',
166166
recommendationsUrl: '',
167167
...(product.extensionsGallery || {}),

0 commit comments

Comments
 (0)