From 3043093d228b3d3de29463d46ffef95dc1f40a96 Mon Sep 17 00:00:00 2001 From: BennyKok Date: Mon, 22 Jan 2024 12:56:14 +0800 Subject: [PATCH] chore: update dev container json --- .devcontainer/devcontainer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index b294c66..75630a5 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -10,7 +10,8 @@ "biomejs.biome", "formulahendry.auto-rename-tag", "bradlc.vscode-tailwindcss", - "stivo.tailwind-fold" + "stivo.tailwind-fold", + "streetsidesoftware.code-spell-checker" ] } }