0
mirror of https://github.com/valentineus/go-metatrader4.git synced 2025-06-08 02:03:34 +03:00

Added DevContainer

This commit is contained in:
Valentin Popov 2025-06-03 20:01:32 +00:00
parent a47536b0fc
commit 1dfbf8e7b3
Signed by: Valentin Popov
GPG Key ID: AE3CE523DAAA8401

View File

@ -0,0 +1,15 @@
{
"image": "mcr.microsoft.com/devcontainers/go:latest",
"customizations": {
"vscode": {
"extensions": [
"golang.go"
]
}
},
"runArgs": [
"--cap-add=SYS_PTRACE",
"--security-opt",
"seccomp=unconfined"
]
}