Skip to content

Eclipse Che 7.75.0

Compare
Choose a tag to compare
@l0rd l0rd released this 29 Sep 15:14
· 1 commit to 7.75.x since this release

Major Enhancement

Configuration of the user's name and email from the User Dashboard for .gitconfig

Now it is possible to configure the user's name and email on the User Dashboard that will be used in the workspaces' .gitconfig settings.

Screen.Recording.2023-09-29.at.12.16.28.mov
Screenshot 2023-09-28 at 15 59 53 Screenshot 2023-09-28 at 16 08 31

Major Bug Fixes

VS Code data about a previously opened workspace is cached in the browser when switching workspaces (cherry-picked to 7.74.x branch)

When switching workspaces, or deleting and re-creating a workspace, data from previously opened workspaces will no longer be cached in the browser and used by VS Code.

An error appears on workspace start if the SCM authorization page is rejected

When a user rejects SCM authorization, no error will be shown, and the workspace will be started correctly. Note that since authorization is rejected by the user it will not be possible to git push from the workspace without any setup.