-
Notifications
You must be signed in to change notification settings - Fork 5.8k
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
Detect archive type of extension to decompress #92
Comments
Not sure what the limitations are here but is using the CLI an option? https://code.visualstudio.com/docs/editor/command-line I was able to mess around and figure out their public API for the extension gallery.
|
Howdy @RiFi2k, this isn't related to the current issue, but thank you for the suggestion. The reason we're not using the official VS Code Marketplace is because it is a restriction in their TOS. See the following comment from one of our CTO's: #30 (comment). |
We've filled the client zip implementation with tar so we can eventually load extensions on the client. Installing from a VSIX no longer works because the standard format is a zip.
We should detect the archive type then use the appropriate fill.
The text was updated successfully, but these errors were encountered: