diff --git a/content/250-postgres/350-integrations/500-vscode.mdx b/content/250-postgres/350-integrations/500-vscode.mdx index 28544f6c7d..3e0f9118ac 100644 --- a/content/250-postgres/350-integrations/500-vscode.mdx +++ b/content/250-postgres/350-integrations/500-vscode.mdx @@ -11,6 +11,12 @@ toc: true [Visual Studio Code](https://code.visualstudio.com) is one of the most popular code editors, offering speed, flexibility, and a vast extension ecosystem. With over 2.5M installs and 350K monthly active users, the [Prisma VS Code extension](https://marketplace.visualstudio.com/items?itemName=Prisma.prisma) is a powerful tool when you're building applications with Prisma Postgres using VS Code as your editor. +:::info +Be sure to update the VS Code extension regularly in order to maintain functionality and take +advantage of new features in the latest release of Prisma ORM +::: + + ## Database management UI The Prisma VS Code extension includes a dedicated UI to manage Prisma Postgres instances (local and remote).