We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a161f5f commit 7ade182Copy full SHA for 7ade182
1 file changed
packages/vscode/src/notifications.ts
@@ -13,7 +13,7 @@ export const showPDPNotification = async () => {
13
.then((v) => {
14
if (v === undefined) return
15
16
- void env.openExternal(Uri.parse('https://pris.ly/cli/pdp'))
+ void env.openExternal(Uri.parse('https://pris.ly/vscode/pdp'))
17
})
18
19
await workspace.getConfiguration('prisma').update('pdpNotification', false, ConfigurationTarget.Global)
0 commit comments