You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adds the ability to link a GitKraken Cloud workspace with an associated VS Code workspace
Adds ability to automatically add repositories to the current VS Code workspace that were added to its associated GitKraken Cloud workspace, if desired
Adds a Change Linked Workspace Auto-Add Behavior... context menu command on the Current Window and linked workspace to control the desired behavior
Adds an Add Repositories from Linked Workspace... context menu command on the Current Window item to trigger this manually
Adds a new Open VS Code Workspace command to open an existing VS Code workspace associated with a GitKraken Cloud workspace
Adds a highlight (green) to the linked GitKraken Cloud workspace when the current VS Code workspace is associated with it in the GitKraken Workspaces view
Adds deep link support for comparisons in the Search & Compare view
Deep link format: vscode://eamodio.gitlens/r/{repoId}/compare/{ref1}[..|...]{ref2}?[url={remoteUrl}|path={repoPath}]
Adds a Share submenu with a Copy Link to Comparison command to comparisions in the Search & Compare view
Adds support for Anthropic's Claude 2 AI model
Adds a progress notification while repositories are being added to a GitKraken Cloud workspace
Changed
Improves scrolling performance on the Commit Graph
Renames Convert to VS Code Workspace to Create VS Code Workspace for workspaces in the GitKraken Workspaces view to better reflect the behavior of the action
Hides Create VS Code Workspace and Locate All Repositories commands on empty workspaces in the GitKraken Workspaces view
Fixed
Fixes #2798 - Improve response from OpenAI if key used is tied to a free account
Fixes #2785 - Remote Provider Integration URL is broken — thanks to PR #2786 by Neil Ghosh (@neilghosh)
Fixes #2791 - Unable to use contributors link in README.md — thanks to PR #2792 by Leo Dan Peña (@leo9-py)
Fixes #2793 - Requesting username change in contributors README page — thanks to PR #2794 by Leo Dan Peña (@leo9-py)
Fixes some rendering issues when scrolling in the Commit Graph
Fixes an issue with some shared workspaces not showing up in the GitKraken Workspaces view when they should
Fixes an issue when adding repositories to a workspace in the GitKraken Workspaces view where the added repository would show as missing until refreshing the view