uncommited problems
This commit is contained in:
@@ -31,10 +31,16 @@
|
||||
"containerUser": "vscode",
|
||||
"workspaceMount": "source=${localWorkspaceFolder},target=/workspaces/${localWorkspaceFolderBasename},type=bind,Z",
|
||||
"runArgs": [
|
||||
"--userns=keep-id"
|
||||
"--userns=keep-id",
|
||||
"--cap-add=SYS_PTRACE",
|
||||
"--security-opt",
|
||||
"seccomp=unconfined"
|
||||
],
|
||||
|
||||
"features": {
|
||||
"rust": "latest"
|
||||
"rust": "latest",
|
||||
"golang": "latest",
|
||||
"python": "os-provided",
|
||||
"node": "lts"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user