We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
1.792-vsc1.33.1
I cannot see how to install an extension from a .vsix, the files seem greyed out.
.vsix
chmod 777 <filename>.vsix
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
Thanks! That worked for me. Still an issue that you can't install from a .vsix though.
I have the same issue, on the latest version.
f51823b
Fix open dialog
3c8ba0a
- Fixes #508
No branches or pull requests
1.792-vsc1.33.1
Description
I cannot see how to install an extension from a
.vsix
, the files seem greyed out.Steps to Reproduce
.vsix
to /tmpchmod 777 <filename>.vsix
.vsix
The text was updated successfully, but these errors were encountered: