From fc0dfae1a535ed4404dca6a9837ced31b097ea02 Mon Sep 17 00:00:00 2001 From: Nathan Wagner Date: Tue, 22 Apr 2025 03:52:28 +0000 Subject: [PATCH] continue --- .devcontainer/devcontainer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 1f281f9..5e9d7d5 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -28,7 +28,8 @@ // Add the IDs of extensions you want installed when the container is created. "extensions": [ - "golang.Go" + "golang.Go", + "Continue.continue" ] } },