Created
July 20, 2025 19:29
-
-
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)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "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