diff --git a/devcontainer.json b/devcontainer.json index b5f283a7d7..446612a6a9 100644 --- a/devcontainer.json +++ b/devcontainer.json @@ -4,10 +4,14 @@ "features": { "ghcr.io/devcontainers/features/go:1": {} }, - "settings": { - "terminal.integrated.shell.linux": "/bin/bash" - }, - "extensions": [ - "golang.go" - ] -} \ No newline at end of file + "customizations": { + "vscode": { + "settings": { + "terminal.integrated.shell.linux": "/bin/bash" + }, + "extensions": [ + "golang.go" + ] + } + } +}