File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -95,7 +95,7 @@ export class Messages {
9595 }
9696
9797 static async showWhatsNewMessage ( version : string ) {
98- const actions : MessageItem [ ] = [ { title : "What's New" } , { title : 'Release Notes' } , { title : '❤ ' } ] ;
98+ const actions : MessageItem [ ] = [ { title : "What's New" } , { title : '❤ Sponsor ' } ] ;
9999
100100 const result = await Messages . showMessage (
101101 'info' ,
@@ -109,8 +109,6 @@ export class Messages {
109109 if ( result === actions [ 0 ] ) {
110110 await env . openExternal ( Uri . parse ( 'https://gitlens.amod.io/#whats-new' ) ) ;
111111 } else if ( result === actions [ 1 ] ) {
112- await env . openExternal ( Uri . parse ( 'https://github.com/eamodio/vscode-gitlens/blob/main/CHANGELOG.md' ) ) ;
113- } else if ( result === actions [ 2 ] ) {
114112 await env . openExternal ( Uri . parse ( 'https://gitlens.amod.io/#sponsor' ) ) ;
115113 }
116114 }
You can’t perform that action at this time.
0 commit comments