File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 3838 " onCommand:gitpod.api.autoTunnel" ,
3939 " onCommand:gitpod.showReleaseNotes" ,
4040 " onAuthenticationRequest:gitpod" ,
41- " onUri"
41+ " onUri" ,
42+ " onStartupFinished"
4243 ],
4344 "contributes" : {
4445 "authentication" : [
Original file line number Diff line number Diff line change @@ -113,10 +113,10 @@ class ReleaseNotesPanel {
113113 if ( ! info ) {
114114 return content ;
115115 }
116-
116+ const releaseDate = Intl . DateTimeFormat ( 'en-US' , { dateStyle : 'long' } ) . format ( new Date ( releaseId ) ) ;
117117 return [
118118 `# ${ info . title } ` ,
119- `> Published at ${ releaseId } , see also https://gitpod.io/changelog` ,
119+ `> Published on ${ releaseDate } , see also https://www. gitpod.io/changelog` ,
120120 `` ,
121121 content ,
122122 ] . join ( '\n\n' ) ;
You canβt perform that action at this time.
0 commit comments