Skip to content

Commit d342648

Browse files
Updates 'what's new' message
1 parent 86e2da1 commit d342648

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/messages.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,9 @@ export async function showWhatsNewMessage(version: string) {
194194
const confirm = { title: 'OK', isCloseAffordance: true };
195195
await showMessage(
196196
'info',
197-
`Upgraded to GitLens ${version} — [see what's new](https://help.gitkraken.com/gitlens/gitlens-release-notes-current/ "See what's new in GitLens ${version}").`,
197+
`Upgraded to GitLens ${version}${
198+
version === '15' ? ', with a host of new Pro features including Launchpad, Code Suggest, and more' : ''
199+
} — [see what's new](https://help.gitkraken.com/gitlens/gitlens-release-notes-current/ "See what's new in GitLens ${version}").`,
198200
undefined,
199201
null,
200202
confirm,

0 commit comments

Comments
 (0)