-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Dotfiles debugging support for inner loop (gp rebuild
)
#16349
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
Comments
Debug workspace should share what is actually shared between workplace restarts, ie /workspace. Nothing else should be by design. Instead as any other workpace it should go via initialization of dotifles on each start. If it does not happen then it is a bug. Adding —dotfiles option makes sense to iterate on dotfiles repo itself. |
dotfiles may not be directly saved between restarts but it's applied/installed between restarts and can influence the startup of a workspace. Having the capability to only test dotfiles would be useful too as you mentioned. However, sometimes the |
It is the point. It should work as for normal workpace, ie applied/installed each time exactly the same way. Not in any new way. To be clear I’m not opposed of a flag to pick up from local dif, so you can checkout yourself your dotfile repo in any workspace and point to it. But otherwise it should behave exactly like for the outer. The only difference to normal run should be shared /workspace mount by default. If something else is different we should fix it. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Is your feature request related to a problem? Please describe
Iterating and debugging dotfiles for Gitpod would be equally useful as with
.gitpod.yml
.Describe the behaviour you'd like
💭 As an user I imagine it to be:
~/.dotfiles
dir exists on the parent workspace, share a clone of it in the debug workspace.~/.dotfiles
in the debug workspace instead of sharing from the parent workspace$HOME/.dotfiles
.Describe alternatives you've considered
Additional context
Some more context here 🙏
The text was updated successfully, but these errors were encountered: