-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Gitpod to support gp install
#1400
Comments
duplicate of / relevant to #1097 |
Could you outline some concrete use cases to better understand this request? |
For Gitpodifying VSCode extensions tasks:
- init: vsce package
command: gp install *.vsix Then contributors could open a workspace and then test the latest version of the extension My current workflow is
With |
One can add The stopper for it is to allow running VS Code extensions from source by Gitpod Theia. @svenefftinge Would it be fine to enable it? |
Hello, I am helping write a VSCode extension specifically to run in gitpod. I tried adapting the instructions in eclipse-theia/theia#3251 (comment) but was unable to get the breakpoints to work and the solution required using VNC (see this PR). If the method mentioned above is not possible, do you have any suggestions for how to approach adding this feature? I am not familiar with go but could try a bit. |
Closing as a duplicate of #3166 It is not yet possible, but we are going to add ability to manage extension in March milestone. |
I would like to propose a new subcommand for the Gitpod CLI
gp install
this would take a path to a*.vsix
file and install it. This would make working with VSCode extension development in Gitpod a bit easier.The text was updated successfully, but these errors were encountered: