Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions content/250-postgres/350-integrations/500-vscode.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down
Loading