Introducing the New GitLens Home View in GitLens 16 #3721
Pinned
justinrobots
announced in
Announcements
Replies: 2 comments 4 replies
-
I was using GitLens's classical look. Now, after switching to the new version, I am a little lost. I have two questions:
|
Beta Was this translation helpful? Give feedback.
2 replies
-
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In GitLens 16, we’ve reimagined the GitLens Home View (accessible via the GitLens icon in the VS Code activity bar) to better guide you through your development workflows. This updated experience is now available in the GitLens pre-release and can be enabled in Settings with:
"gitlens.home.preview.enabled": true
.The new Home View is designed to help you answer three key questions throughout your day:
What am I actively working on now?
The **ACTIVE** section shows your current repository and branch, alongside the repository state and actions for syncing (push, pull, fetch), switching repos/branches, and viewing working directory changes.If your branch is tied to a pull request or issue, GitLens surfaces those details so you can check PR status, continue reviews, or revisit issue specs. GitLens will also guide you to start a PR from your current branch if it can't find one.
What do I need to work on next?
The **LAUNCHPAD** section unblocks you and your team by showing pull requests that need your review, are blocked, or are ready to merge. Quickly jump to PRs to review, comment, or merge.With the new Start work action, you can easily begin a new branch or worktree, or generate one from an existing issue.
What have I worked on recently?
The **RECENT** section lets you quickly return to previous work by showing recent branches, worktrees, and PRs with activity for your chosen timeframe.We’d love your feedback on this new experience—try it out and let us know what you think!
Beta Was this translation helpful? Give feedback.
All reactions