Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 0702664

Browse files
committed
docs: Refresh Launchpad documentation
1 parent 572f17b commit 0702664

File tree

1 file changed

+69
-22
lines changed

1 file changed

+69
-22
lines changed

‎gitlens/GL-Launchpad.md

Lines changed: 69 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,41 +1,88 @@
11
---
2-
32
title: Launchpad
4-
description: Gitlens Launchpad
3+
description: Use GitLens Launchpad to organize and prioritize pull requests in VS Code.
54
taxonomy:
65
category: gitlens
76

87
---
98

10-
The Launchpad organizes pull requests by status allowing you to identify bottlenecks and take actions on them. This offers the ability to organize and quickly take actions on pull requests with priority.
9+
<kbd>Last updated: August 2025</kbd>
10+
11+
## Launchpad <code>PRO</code>
1112

12-
<imgsrc="/wp-content/uploads/gl-launchpad-quickpick.png"class="help-center-img img-bordered">
13+
The GitLens Launchpad helps you manage pull requests by status, so you can quickly identify bottlenecks, prioritize work, and take action.
1314

14-
<div class='callout callout--basic'>
15-
<p>Currently, this view is supported for GitHub.com and GitLab.com repositories. In order to see the Launchpad, you will need to connect the <a href="https://help.gitkraken.com/gitlens/gitlens-features/#connecting-the-github-and-gitlab-integration">GitHub Integration</a> .</p>
16-
</div>
15+
<figure>
16+
<img src="/wp-content/uploads/gl-launchpad-quickpick.png" class="help-center-img img-bordered" alt="Launchpad view showing pull requests organized by status" />
17+
<figcaption style="text-align: center; color: #888">GitLens Launchpad pull request overview</figcaption>
18+
</figure>
1719

18-
The Launchpad can be accessed from the command palette (`command/ctrl + shift + P`) by searching `GitLens: Open Launchpad` or select the Pull Request from the status bar in VS Code.
20+
---
1921

20-
<imgsrc="/wp-content/uploads/gl-access-launchpad.gif"class="help-center-img img-bordered">
22+
### Open the Launchpad
2123

22-
Here you can see a list of all pull requests for your repositories that are ready to merge, blocked, require follow-up, need your review, are waiting for a review, are a draft, or are snoozed. You can select the pull request to see more information about it and take action on it such as open it in a browser, merge (if ready to merge) or switch to the branch/worktree.
24+
1. Open the Command Palette:
25+
- macOS: <kbd>Cmd</kbd> + <kbd>Shift</kbd> + <kbd>P</kbd>
26+
- Windows/Linux: <kbd>Ctrl</kbd> + <kbd>Shift</kbd> + <kbd>P</kbd>
27+
2. Search for **GitLens: Open Launchpad**, or select **Pull Request** from the status bar in VS Code.
2328

24-
<img src="/wp-content/uploads/gl-view-pull-request.png" class="help-center-img img-bordered">
29+
<figure>
30+
<img src="/wp-content/uploads/gl-access-launchpad.gif" class="help-center-img img-bordered" alt="Opening the Launchpad from the Command Palette in VS Code" />
31+
<figcaption style="text-align: center; color: #888">Accessing the Launchpad</figcaption>
32+
</figure>
33+
34+
---
2535

26-
[Code Suggestions](/gitlens/gitlens-features/#code-suggest-preview) can be easily started or reviewed from pull requests in the launchpad actions as well.
36+
### Review Pull Requests
2737

28-
<img src="/wp-content/uploads/gl-launchpad-code-suggest.png" class="help-center-img img-bordered">
38+
The Launchpad displays pull requests for your repositories, grouped by status:
39+
- Ready to merge
40+
- Blocked
41+
- Requires follow-up
42+
- Needs your review
43+
- Waiting for review
44+
- Draft
45+
- Snoozed
46+
47+
Select a pull request to:
48+
- View detailed information
49+
- Open it in a browser
50+
- Merge it (if ready)
51+
- Switch to the branch or worktree
52+
53+
<figure>
54+
<img src="/wp-content/uploads/gl-view-pull-request.png" class="help-center-img img-bordered" alt="Pull request details in the Launchpad" />
55+
<figcaption style="text-align: center; color: #888">Viewing pull request details</figcaption>
56+
</figure>
57+
58+
---
2959

30-
You can pin pull requests using the pin icon <iclass="fa-solid fa-thumbtack"></i> to move them to the pinned group or snooze them by selecting the snooze icon <iclass="fa-solid fa-snooze"></i> to move them into the snooze group. To unpin or unsnooze, select the pin or snooze icon again.
60+
### Code Suggestions
3161

32-
<img src="/wp-content/uploads/gl-launchpad-pin-or-snooze.png" class="help-center-img img-bordered">
62+
You can start or review [Code Suggestions](/gitlens/gitlens-features/#code-suggest-preview) directly from pull requests in the Launchpad.
63+
64+
<figure>
65+
<img src="/wp-content/uploads/gl-launchpad-code-suggest.png" class="help-center-img img-bordered" alt="Launchpad pull request actions with Code Suggest option" />
66+
<figcaption style="text-align: center; color: #888">Starting or reviewing Code Suggestions</figcaption>
67+
</figure>
68+
69+
---
70+
71+
### Pin or Snooze Pull Requests
72+
73+
- **Pin**: Use the pin icon <i class="fa-solid fa-thumbtack"></i> to move a pull request to the pinned group.
74+
- **Snooze**: Use the snooze icon <i class="fa-solid fa-snooze"></i> to move it to the snoozed group.
75+
- To unpin or unsnooze, select the same icon again.
76+
77+
<figure>
78+
<img src="/wp-content/uploads/gl-launchpad-pin-or-snooze.png" class="help-center-img img-bordered" alt="Pinning or snoozing pull requests in the Launchpad" />
79+
<figcaption style="text-align: center; color: #888">Pinning and snoozing pull requests</figcaption>
80+
</figure>
81+
82+
---
3383

34-
<div class='callout callout--basic'>
35-
<p>Note: The Launchpad is currently organized by prioritizing items on the list that require more action by elevating them to the top. This is subject to change in the future.</p>
36-
</div>
37-
<div class='callout callout--warning'>
38-
<p>This Feature is only available for Pro subscription tiers or higher</p>
39-
</div>
84+
### Availability
4085

41-
***
86+
- Supported for **GitHub.com** and **GitLab.com** repositories only. Connect the [GitHub or GitLab integration](/gitlens/gitlens-features/#connecting-the-github-and-gitlab-integration) to use Launchpad.
87+
- Launchpad prioritizes items that require immediate action, placing them at the top. (This may change in future updates.)
88+
- This feature is available with a **Pro subscription tier or higher**.

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /