We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6951d9 commit 0aa43f2Copy full SHA for 0aa43f2
.devcontainer/devcontainer.json
@@ -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