Created
July 9, 2024 07:23
-
-
Save jamesy0ung/cc1d1a233d6b97247c5627a75cc59c70 to your computer and use it in GitHub Desktop.
How to use Visual Studio Marketplace with code-server container
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
Add this line to your environment | |
- "EXTENSIONS_GALLERY={\"serviceUrl\": \"https://marketplace.visualstudio.com/_apis/public/gallery\", \"cacheUrl\": \"https://vscode.blob.core.windows.net/gallery/index\", \"itemUrl\": \"https://marketplace.visualstudio.com/items\"}" | |
Docker compose up and all of the official extensions will appear! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment