Skip to content

Commit 0aa43f2

Browse files
committed
env: add devcontainer
1 parent a6951d9 commit 0aa43f2

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.devcontainer/devcontainer.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"name": "Gitpod Dockerfile",
3+
"context": "..",
4+
"dockerFile": "../.gitpod.Dockerfile",
5+
// VNC
6+
"forwardPorts": [6080],
7+
"postCreateCommand": "../aero.py --no-run",
8+
"postStartCommand": "./aero.py --only-run --memory 20G",
9+
// Uncomment when using a ptrace-based debugger like C++, Go, and Rust
10+
"runArgs": [ "--cap-add=SYS_PTRACE", "--security-opt", "seccomp=unconfined" ]
11+
}

0 commit comments

Comments
 (0)