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" ] } },