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.
2 parents 98ae828 + c5c8d6d commit c7d4fc1Copy full SHA for c7d4fc1
src/cpp/.devcontainer/devcontainer.json
@@ -3,17 +3,8 @@
3
"dockerfile": "./Dockerfile",
4
"context": "."
5
},
6
- "features": {
7
- "ghcr.io/devcontainers/features/git:1": {
8
- "version": "latest",
9
- "ppa": "false"
10
- }
11
- },
12
- "runArgs": [
13
- "--cap-add=SYS_PTRACE",
14
- "--security-opt",
15
- "seccomp=unconfined"
16
- ],
+ "capAdd": ["SYS_PTRACE"],
+ "securityOpt": ["seccomp=unconfined"],
17
// Configure tool-specific properties.
18
"customizations": {
19
// Configure properties specific to VS Code.
0 commit comments