-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
[code] .gitpod.yml extensions not being installed in VS Code #4460
Comments
Further to this, I've noticed that startup commands in .gitpod.yml are no longer being run after the switch to VS Code. Because the user directory isn't saved between workspace restarts, we run a command on startup to add run aliases to ~/.bashrc This startup command is no longer being run. Extract from .gitpod.yml:
|
Maybe related to #4391 |
It is somehow related to Node.js. I was able to create a minimal script which produces it: nodejs/node#39072 I don't know how to properly fix it, but we can try to ignore stderr particuarly for this case, since we collect it only for tracing. |
Bug description
Originally reported here last week:
Steps to reproduce
Expected behavior
Extensions should be installed.
Example repository
https://github.com/KushagraSinha2002/Resourceium/
Anything else?
While investigating, we noticed a bunch of errors in the browser console, but they're likely unrelated (some known OpenVSX CORS errors, and some local app connection errors).
However, suspecting something might be wrong with the config, I tried to fork the repository. When I opened my identical fork in Gitpod, I suddenly had all extensions installed, but none of the tasks ran, which was super confusing.
The text was updated successfully, but these errors were encountered: