File tree 2 files changed +2
-1
lines changed 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 17584
17584
{
17585
17585
"view": "gitlens.views.worktrees",
17586
17586
"contents": "Limited-time Sale: Save 33% or more on your 1st seat of Pro.",
17587
- "when": "gitlens:plus:required && gitlens:plus:state == 4 && (gitlens:promo == pro50 || !gitlens:promo)"
17587
+ "when": "gitlens:plus:required && ( gitlens:plus:state == 4 || gitlens:plus:state == 7) && (gitlens:promo == pro50 || !gitlens:promo)"
17588
17588
},
17589
17589
{
17590
17590
"view": "gitlens.views.worktrees",
Original file line number Diff line number Diff line change @@ -53,6 +53,7 @@ const promos: Promo[] = [
53
53
SubscriptionState . FreePlusInTrial ,
54
54
SubscriptionState . FreePlusTrialExpired ,
55
55
SubscriptionState . FreePlusTrialReactivationEligible ,
56
+ SubscriptionState . PaidExpired ,
56
57
] ,
57
58
commandTooltip : 'Limited-Time Sale: Save 33% or more on your 1st seat of Pro. See your special price' ,
58
59
} ,
You can’t perform that action at this time.
0 commit comments