Skip to content

Commit 8480491

Browse files
committed
update sponsor request message
1 parent 10bb7a1 commit 8480491

File tree

1 file changed

+24
-11
lines changed

1 file changed

+24
-11
lines changed

src/SponsorRequestHelper.cs

Lines changed: 24 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -36,16 +36,29 @@ private static async Task ShowThanksForSponsorshipMessageAsync()
3636
}
3737

3838
private static async Task ShowPromptForSponsorshipAsync()
39-
{
40-
await OutputPane.Instance.WriteAsync("Sorry to interrupt. I know your time is busy, presumably that's why you installed this extension (String Resource Visualizer).");
41-
await OutputPane.Instance.WriteAsync("I'm happy that the extensions I've created have been able to help you and many others");
42-
await OutputPane.Instance.WriteAsync("but I also need to make a living, and limited paid work over the last few years has been a challenge. :(");
43-
await OutputPane.Instance.WriteAsync(string.Empty);
44-
await OutputPane.Instance.WriteAsync("Show your support by making a one-off or recurring donation at https://github.com/sponsors/mrlacey");
45-
await OutputPane.Instance.WriteAsync(string.Empty);
46-
await OutputPane.Instance.WriteAsync("If you become a sponsor, I'll tell you how to hide this message too. ;)");
47-
await OutputPane.Instance.WriteAsync(string.Empty);
48-
await OutputPane.Instance.ActivateAsync();
49-
}
39+
{
40+
await OutputPane.Instance.WriteAsync("********************************************************************************************************");
41+
await OutputPane.Instance.WriteAsync("This is a free extension that is made possible thanks to the kind and generous donations of:");
42+
await OutputPane.Instance.WriteAsync("");
43+
await OutputPane.Instance.WriteAsync("Daniel, James, Mike, Bill, unicorns39283, Martin, Richard, Alan, Howard, Mike, Dave, Joe, ");
44+
await OutputPane.Instance.WriteAsync("Alvin, Anders, Melvyn, Nik, Kevin, Richard, Orien, Shmueli, Gabriel, Martin, Neil, Daniel, ");
45+
await OutputPane.Instance.WriteAsync("Victor, Uno, Paula, Tom, Nick, Niki, chasingcode, luatnt, holeow, logarrhythmic, kokolorix, ");
46+
await OutputPane.Instance.WriteAsync("Guiorgy, Jessé, pharmacyhalo, MXM-7, atexinspect, João, hals1010, WTD-leachA, andermikael, ");
47+
await OutputPane.Instance.WriteAsync("spudwa, Cleroth, relentless-dev-purchases & 20+ more");
48+
await OutputPane.Instance.WriteAsync("");
49+
await OutputPane.Instance.WriteAsync("Join them to show you appreciation and ensure future maintenance and development by becoming a sponsor.");
50+
await OutputPane.Instance.WriteAsync("");
51+
await OutputPane.Instance.WriteAsync("Go to https://github.com/sponsors/mrlacey");
52+
await OutputPane.Instance.WriteAsync("");
53+
await OutputPane.Instance.WriteAsync("Any amount, as either a one-off or on a monthly basis, is appreciated more than you can imagine.");
54+
await OutputPane.Instance.WriteAsync("");
55+
await OutputPane.Instance.WriteAsync("I'll also tell you how to hide this message too. ;)");
56+
await OutputPane.Instance.WriteAsync("");
57+
await OutputPane.Instance.WriteAsync("");
58+
await OutputPane.Instance.WriteAsync("If you can't afford to support financially, you can always");
59+
await OutputPane.Instance.WriteAsync("leave a positive review at https://marketplace.visualstudio.com/items?itemName=MattLaceyLtd.StringResourceVisualizer&ssr=false#review-details");
60+
await OutputPane.Instance.WriteAsync("");
61+
await OutputPane.Instance.WriteAsync("********************************************************************************************************");
62+
}
5063
}
5164
}

0 commit comments

Comments
 (0)