diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 9ecfdadc..4f5f225d 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -14,7 +14,7 @@ }, // Add the IDs of extensions you want installed when the container is created. - "extensions": ["golang.go", "ms-vsliveshare.vsliveshare-pack","redhat.vscode-yaml","yzhang.markdown-all-in-one","premparihar.gotestexplorer","github.vscode-pull-request-github","streetsidesoftware.code-spell-checker","eamodio.gitlens"] + "extensions": ["golang.go","premparihar.gotestexplorer","github.vscode-pull-request-github","eamodio.gitlens"] // Use 'forwardPorts' to make a list of ports inside the container available locally. // "forwardPorts": [],