Skip to content

Commit

Permalink
chore: fix typo in vscode/src/util.ts (#1801)
Browse files Browse the repository at this point in the history
  • Loading branch information
moonrailgun authored Nov 30, 2024
1 parent 700787f commit 3c187f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vscode/src/util.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export function checkForOtherPrismaExtension(): void {
if (files.length !== 0) {
// eslint-disable-next-line @typescript-eslint/no-floating-promises
window.showInformationMessage(
`You have both both versions (Insider and Stable) of the Prisma VS Code extension enabled in your workspace. Please uninstall or disable one of them for a better experience.`,
`You have both versions (Insider and Stable) of the Prisma VS Code extension enabled in your workspace. Please uninstall or disable one of them for a better experience.`,
)
console.log('Both versions (Insider and Stable) of the Prisma VS Code extension are enabled.')
}
Expand Down

0 comments on commit 3c187f2

Please sign in to comment.