Skip to content

Commit 143b0c8

Browse files
mhartingtongithub-actions[bot]coderabbitai[bot]
authored
docs(): add note about vscode version pinning (#7279)
* docs(): add note about vscode version pinning * Optimised images with calibre/image-actions * Update content/250-postgres/350-integrations/500-vscode.mdx Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
1 parent 1dae476 commit 143b0c8

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

content/250-postgres/350-integrations/500-vscode.mdx

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,15 @@ To manage Prisma Postgres instances via the UI in the Prisma VS Code extension:
3434
1. Click the **Sign in to get started** button
3535
1. Authenticate with the [Prisma Console](https://console.prisma.io) via the popup and select a target [workspace](/platform/about#workspace)
3636

37+
38+
## Managing versions
39+
40+
The Prisma Extension can support both version 6 and version 7 of Prisma ORM. If you open a project
41+
using either version, you can set the supported version by the command palette or the diagnostics
42+
prompt.
43+
44+
![](/img/vscode/version-command-picker.png)
45+
3746
## Prisma Studio built-in
3847

3948
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.
57.7 KB
Loading

0 commit comments

Comments
 (0)