Join GitHub today
GitHub is home to over 31 million developers working together to host and review code, manage projects, and build software together.
Sign upFix install from VSIX for TAR and ZIP formats #245
+215
−114
Conversation
foresthoffman
self-assigned this
Mar 14, 2019
foresthoffman
requested review from
code-asher
and
kylecarbs
as
code owners
Mar 14, 2019
NGTmeaty
referenced this pull request
Mar 17, 2019
Open
Add note about extensions needing to be OSS #113
kylecarbs
reviewed
Mar 20, 2019
packages/vscode/src/fill/zip.ts Outdated
foresthoffman
requested a review
from
kylecarbs
Mar 20, 2019
foresthoffman
referenced this pull request
Mar 21, 2019
Open
Add folder to workspace results in grey screen #309
kylecarbs
merged commit 18f395b
into
codercom:master
Mar 21, 2019
added a commit
to zerdos/code-server
that referenced
this pull request
Mar 22, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.


foresthoffman commentedMar 14, 2019
Describe in detail the problem you had and how this PR fixes it
Fixes installing extensions from VSIX files formatted as either TAR or ZIP.
Is there an open issue you can link to?
Fixes #92