From 913bf918f7cc34944f277174f8599661db799caf Mon Sep 17 00:00:00 2001 From: Forest Anderson Date: Thu, 30 Jun 2022 19:35:40 -0400 Subject: [PATCH] Update devcontainer.json --- .devcontainer/devcontainer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index bfde2318e..35a38bfec 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -8,7 +8,7 @@ // Update VARIANT to pick hugo variant. // Example variants: hugo, hugo_extended // Rebuild the container if it already exists to update. - "VARIANT": "hugo", + "VARIANT": "hugo_extended", // Update VERSION to pick a specific hugo version. // Example versions: latest, 0.73.0, 0,71.1 // Rebuild the container if it already exists to update.