diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 3d8f039..e9046da 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -14,7 +14,8 @@ // Add the IDs of extensions you want installed when the container is created. "extensions": [ "golang.Go", - "timonwong.shellcheck" + "timonwong.shellcheck", + "github.vscode-github-actions" ], // Use 'forwardPorts' to make a list of ports inside the container available locally.