VSCodium / vscodium

binary releases of VS Code without MS branding/telemetry/licensing
https://vscodium.com
MIT License
25.19k stars 1.08k forks source link

Usage of product.json To Use VSCode's Marketplace Doesn't Work #2056

Open SkyWolfXP opened 5 days ago

SkyWolfXP commented 5 days ago

Describe the bug I have followed the guide on where and how to create the product.json file, But wasn't able to install extensions from VSCode's Marketplate within VSCodium.

To Reproduce Steps to reproduce the behavior:

  1. creating a custom product.json at the following location: %APPDATA%\VSCodium
  2. pasting:
    {
    "extensionsGallery": {
    "serviceUrl": "https://marketplace.visualstudio.com/_apis/public/gallery",
    "itemUrl": "https://marketplace.visualstudio.com/items",
    "cacheUrl": "https://vscode.blob.core.windows.net/gallery/index",
    "controlUrl": ""
    }
    }

Expected behavior Bring VSCode Marketplace extensions to VSCodium's Extensions tab

Screenshots {D5E9AE90-78E6-4DBB-BAC1-93DDDEE57C3A}

Desktop (please complete the following information):

daiyam commented 5 days ago

Yep, it's broken in 1.94... I will fix it soon.

daiyam commented 4 days ago

It has been fixed in #2057 and released in 1.94.2.24286.