Skip to content

Commit

Permalink
temporary text and link
Browse files Browse the repository at this point in the history
  • Loading branch information
janpio committed May 7, 2024
1 parent 8ce4939 commit d26147d
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions packages/vscode/src/notifications.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,13 @@ export const showPDPNotification = async () => {

if (pdpNotif) {
void window
.showInformationMessage('Warning Notification With Actions', 'Action 1', 'Action 2', 'Action 3')
.showInformationMessage('Supercharge your Prisma ORM usage with global database caching, serverless connection pooling and real-time database events.', 'Visit Prisma Data Platform')
.then((v) => {
if (v === undefined) return

switch (v) {
case 'Action 1':
void env.openExternal(Uri.parse('https://www.prisma.io/'))
break

case 'Action 2':
break

case 'Action 3':
void env.openExternal(Uri.parse('https://pris.ly/cli/pdp'))
break
}
})
Expand Down

0 comments on commit d26147d

Please sign in to comment.