Skip to content

Commit

Permalink
format doc
Browse files Browse the repository at this point in the history
  • Loading branch information
samruddhikhandale committed May 6, 2024
1 parent 904a62a commit ca890f4
Showing 1 changed file with 12 additions and 11 deletions.
23 changes: 12 additions & 11 deletions src/cpp/.devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,21 @@
"dockerfile": "./Dockerfile",
"context": "."
},

"features": {
"ghcr.io/devcontainers/features/git:1": {
"version": "latest",
"ppa": "false"
}
},

"capAdd": ["SYS_PTRACE"],
"securityOpt": ["seccomp=unconfined"],
"version": "latest",
"ppa": "false"
}
},
"capAdd": [
"SYS_PTRACE"
],
"securityOpt": [
"seccomp=unconfined"
],
"containerEnv": {
"VCPKG_FORCE_SYSTEM_BINARIES": "1"
},

"VCPKG_FORCE_SYSTEM_BINARIES": "1"
},
// Configure tool-specific properties.
"customizations": {
// Configure properties specific to VS Code.
Expand Down

0 comments on commit ca890f4

Please sign in to comment.