Skip to content

Instantly share code, notes, and snippets.

@lyjia
Created July 20, 2025 19:29
Show Gist options
  • Select an option

  • Save lyjia/fb0ec006b9331de87be02151807b28fa to your computer and use it in GitHub Desktop.

Select an option

Save lyjia/fb0ec006b9331de87be02151807b28fa to your computer and use it in GitHub Desktop.
product.json for VSCodium to access MS Marketplace, place in C:\Users\xxx\AppData\Roaming\VSCodium (Windows), ~/Library/Application Support/VSCodium (Mac)
{
"nameShort": "Visual Studio Code",
"nameLong": "Visual Studio Code",
"extensionsGallery": {
"serviceUrl": "https://marketplace.visualstudio.com/_apis/public/gallery",
"cacheUrl": "https://vscode.blob.core.windows.net/gallery/index",
"itemUrl": "https://marketplace.visualstudio.com/items"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment