VSCodium / vscodium

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

vscode extension store does not work #1905

Closed githubuser6000 closed 1 month ago

githubuser6000 commented 1 month ago

Describe the bug A clear and concise description of what the bug is.

Please confirm that this problem is VSCodium-specific

Please confirm that the issue/resolution isn't already documented


I understand this isn't a supported usecase, but wanted to ask for sake of sanity check

I have this in ~/.config/VSCodium/product.json, but I can't fetch extensions

{
    "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": ""
    },
}
githubuser6000 commented 1 month ago

A logout and login seems to have fixed it, sorry!