Skip to content
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

Can't Install from .vsix #508

Closed
tecosaur opened this issue Apr 17, 2019 · 3 comments
Closed

Can't Install from .vsix #508

tecosaur opened this issue Apr 17, 2019 · 3 comments
Labels
bug Something isn't working

Comments

@tecosaur
Copy link

  • Code-server version: 1.792-vsc1.33.1
  • OS Version: Debian 9.8

Description

I cannot see how to install an extension from a .vsix, the files seem greyed out.

image

Steps to Reproduce

  1. Install code-server binary
  2. Download .vsix to /tmp
  3. chmod 777 <filename>.vsix
  4. Try to install .vsix
@tecosaur tecosaur added the bug Something isn't working label Apr 17, 2019
@patrickstjohn
Copy link

If you do the equivalent of this in your Dockerfile they install properly. This is what we've been doing and it seems to work pretty well.

RUN mkdir -p /home/coder/.code-server/extensions
RUN curl -JL https://github.com/mhutchie/vscode-git-graph/releases/download/v1.4.5/git-graph-1.4.5.vsix | bsdtar -xvf - extension
RUN mv extension /home/coder/.code-server/extensions/git-graph-1.4.5

@tecosaur
Copy link
Author

Thanks! That worked for me. Still an issue that you can't install from a .vsix though.

@VirtualL
Copy link

I have the same issue, on the latest version.

code-asher added a commit that referenced this issue Jun 19, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants