From 209e191b5e527bbe73ebca923f1fe45907fd1284 Mon Sep 17 00:00:00 2001 From: zhaoyingbo Date: Wed, 27 Nov 2024 13:16:58 +0000 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=9C=A8devcontainer=E4=B8=AD=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0Prisma=E6=8F=92=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .devcontainer/devcontainer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 3fea719..30c2168 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -30,7 +30,8 @@ "humao.rest-client", "GitHub.copilot", "GitHub.copilot-chat", - "oven.bun-vscode" + "oven.bun-vscode", + "Prisma.prisma" ] } },