From b43cb957c71a2699112f54e3d37113410c4bfce0 Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Sun, 2 Feb 2025 01:20:44 +0000 Subject: Initial DevContainer --- .devcontainer/devcontainer.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .devcontainer/devcontainer.json diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json new file mode 100644 index 0000000..82442d1 --- /dev/null +++ b/.devcontainer/devcontainer.json @@ -0,0 +1,15 @@ +{ + "image": "mcr.microsoft.com/devcontainers/go:1.23", + "customizations": { + "vscode": { + "extensions": [ + "golang.go" + ] + } + }, + "runArgs": [ + "--cap-add=SYS_PTRACE", + "--security-opt", + "seccomp=unconfined" + ] +} -- cgit v1.2.3