diff --git a/content/250-postgres/350-integrations/500-vscode.mdx b/content/250-postgres/350-integrations/500-vscode.mdx index 618e4731b9..28544f6c7d 100644 --- a/content/250-postgres/350-integrations/500-vscode.mdx +++ b/content/250-postgres/350-integrations/500-vscode.mdx @@ -34,6 +34,15 @@ To manage Prisma Postgres instances via the UI in the Prisma VS Code extension: 1. Click the **Sign in to get started** button 1. Authenticate with the [Prisma Console](https://console.prisma.io) via the popup and select a target [workspace](/platform/about#workspace) + +## Managing versions + +The Prisma Extension can support both version 6 and version 7 of Prisma ORM. If you open a project +using either version, you can set the supported version by the command palette or the diagnostics +prompt. + +![](/img/vscode/version-command-picker.png) + ## Prisma Studio built-in Beyond managing your database instances, the Prisma VS Code extension embeds Prisma Studio directly in your editor making it easy to perform create, update, delete steps on your database from right inside of VS Code. Follow these [easy steps](/postgres/database/prisma-studio/studio-in-vs-code) to get started. diff --git a/static/img/vscode/version-command-picker.png b/static/img/vscode/version-command-picker.png new file mode 100644 index 0000000000..2c7cdef75b Binary files /dev/null and b/static/img/vscode/version-command-picker.png differ