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
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.