Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
SkyWolfXP opened this issue Oct 11, 2024 · 2 comments
Closed

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

SkyWolfXP opened this issue Oct 11, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@SkyWolfXP
Copy link

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):

  • OS: Windows 11
  • Architecture x64
  • VSCodium Version 1.94.2.24284
@SkyWolfXP SkyWolfXP added the bug Something isn't working label Oct 11, 2024
@daiyam
Copy link
Member

daiyam commented Oct 11, 2024

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

@daiyam
Copy link
Member

daiyam commented Oct 12, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants