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
Copy file name to clipboardExpand all lines: contributions.json
+11-2Lines changed: 11 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -16781,7 +16781,12 @@
16781
16781
"order": 1,
16782
16782
"welcomeContent": [
16783
16783
{
16784
-
"contents": "[Launchpad](command:gitlens.views.launchpad.info \"Learn about Launchpad\") — organizes your pull requests into actionable groups to help you focus and keep your team unblocked."
16784
+
"contents": "[Launchpad](command:gitlens.views.launchpad.info \"Learn about Launchpad\") — organizes your pull requests into actionable groups to help you focus and keep your team unblocked.",
16785
+
"when": "gitlens:walkthroughSupported"
16786
+
},
16787
+
{
16788
+
"contents": "Launchpad — organizes your pull requests into actionable groups to help you focus and keep your team unblocked.",
16789
+
"when": "!gitlens:walkthroughSupported"
16785
16790
},
16786
16791
{
16787
16792
"contents": "[Connect an Integration...](command:gitlens.showLaunchpad?%7B%22source%22%3A%22launchpad-view%22%7D)\n\nAllows Launchpad to organize your pull requests into actionable groups and keep your team unblocked.",
@@ -16888,7 +16893,11 @@
16888
16893
},
16889
16894
{
16890
16895
"contents": "[Launchpad](command:gitlens.views.launchpad.info \"Learn about Launchpad\") — organizes your pull requests into actionable groups to help you focus and keep your team unblocked.",
"contents": "[Connect an Integration...](command:gitlens.showLaunchpad?%7B%22source%22%3A%22launchpad-view%22%7D)\n\nAllows Launchpad to organize your pull requests into actionable groups and keep your team unblocked.",
Copy file name to clipboardExpand all lines: package.json
+13-2Lines changed: 13 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -23631,7 +23631,13 @@
23631
23631
},
23632
23632
{
23633
23633
"view": "gitlens.views.launchpad",
23634
-
"contents": "[Launchpad](command:gitlens.views.launchpad.info \"Learn about Launchpad\") — organizes your pull requests into actionable groups to help you focus and keep your team unblocked."
23634
+
"contents": "[Launchpad](command:gitlens.views.launchpad.info \"Learn about Launchpad\") — organizes your pull requests into actionable groups to help you focus and keep your team unblocked.",
23635
+
"when": "gitlens:walkthroughSupported"
23636
+
},
23637
+
{
23638
+
"view": "gitlens.views.launchpad",
23639
+
"contents": "Launchpad — organizes your pull requests into actionable groups to help you focus and keep your team unblocked.",
23640
+
"when": "!gitlens:walkthroughSupported"
23635
23641
},
23636
23642
{
23637
23643
"view": "gitlens.views.launchpad",
@@ -23691,7 +23697,12 @@
23691
23697
{
23692
23698
"view": "gitlens.views.scm.grouped",
23693
23699
"contents": "[Launchpad](command:gitlens.views.launchpad.info \"Learn about Launchpad\") — organizes your pull requests into actionable groups to help you focus and keep your team unblocked.",
? '[Launchpad](command:gitlens.launchpad.indicator.action?%22info%22 "Learn about Launchpad")'
268
+
: 'Launchpad';
269
+
261
270
if(
262
271
state==='idle'||
263
272
state==='disconnected'||
@@ -266,7 +275,7 @@ export class LaunchpadIndicator implements Disposable {
266
275
){
267
276
tooltip.appendMarkdown('\n\n---\n\n');
268
277
tooltip.appendMarkdown(
269
-
'[Launchpad](command:gitlens.launchpad.indicator.action?%22info%22 "Learn about Launchpad") organizes your pull requests into actionable groups to help you focus and keep your team unblocked.',
278
+
`${launchpadLink}organizes your pull requests into actionable groups to help you focus and keep your team unblocked.`,
270
279
);
271
280
tooltip.appendMarkdown(
272
281
"\n\nIt's always accessible using the `GitLens: Open Launchpad` command from the Command Palette.",
0 commit comments