diff --git a/devcontainer.json b/devcontainer.json new file mode 100644 index 0000000000..b5f283a7d7 --- /dev/null +++ b/devcontainer.json @@ -0,0 +1,13 @@ +{ + "name": "Go Development Environment", + "image": "mcr.microsoft.com/vscode/devcontainers/go:1", + "features": { + "ghcr.io/devcontainers/features/go:1": {} + }, + "settings": { + "terminal.integrated.shell.linux": "/bin/bash" + }, + "extensions": [ + "golang.go" + ] +} \ No newline at end of file