-
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
Edit the current workspace devfile from the workspace. #13983
Comments
Related to #13982. I'd move it to the same priority: usability fixes in 7.2. |
This is a great enhancement indeed. Thinking more broadly, we need to consolidate the way devfile is getting used in the workspace. We have different sources for the workspace configuration (devfile, tasks.json, launch.json) and none of them are aligned of synchronize. |
Issues go stale after Mark the issue as fresh with If this issue is safe to close now please do so. Moderators: Add |
@sunix putting P2 for now |
/projects/.devfile.yaml
synchronized with the current workspace devfile
Issues go stale after Mark the issue as fresh with If this issue is safe to close now please do so. Moderators: Add |
/remove-lifecycle stale |
Issues go stale after Mark the issue as fresh with If this issue is safe to close now please do so. Moderators: Add |
Is your enhancement related to a problem? Please describe.
Be able to edit the current workspace devfile from che-theia.
Avoid having to switch from the dashboard to/from the workspace for updating a devfile.
Describe the solution you'd like
Che-theia should copy the devfile to /projects/.devfile.yaml and synchronize any change to workspace devfile.
Alternative solution
Add devfile item before all containers in
my workspace
view. Double click should open the editor with the devfile. and save should save the devfile of the workspace config.Bonus:
The text was updated successfully, but these errors were encountered: