diff --git a/.github/.devcontainer/devcontainer.json b/.github/.devcontainer/devcontainer.json index 6cf3646..4335b1d 100644 --- a/.github/.devcontainer/devcontainer.json +++ b/.github/.devcontainer/devcontainer.json @@ -2,8 +2,7 @@ "name": "latex-env", "dockerFile": "Dockerfile", "features": { - "ghcr.io/devcontainers/features/github-cli:1": {}, - "ghcr.io/devcontainers/features/go:1": {} + "ghcr.io/devcontainers/features/github-cli:1": {} } // "mounts": [ // "source=${localEnv:HOME}${localEnv:USERPROFILE}/.gitconfig,target=~/.gitconfig,type=bind,consistency=cached"