From f7f3d9708b65d4894c279fb937e4b53706907f1e Mon Sep 17 00:00:00 2001 From: BennyKok Date: Tue, 23 Jan 2024 09:34:16 +0800 Subject: [PATCH] chore: add dev github copilot --- .devcontainer/devcontainer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 75630a5..7af2a31 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -11,7 +11,8 @@ "formulahendry.auto-rename-tag", "bradlc.vscode-tailwindcss", "stivo.tailwind-fold", - "streetsidesoftware.code-spell-checker" + "streetsidesoftware.code-spell-checker", + "GitHub.copilot", ] } }