Add init option to clean up zombie processes
This commit is contained in:
parent
944d7668f6
commit
1f7d0c926a
@ -8,7 +8,10 @@
|
||||
"args": { "VARIANT": "jammy" }
|
||||
},
|
||||
"workspaceMount": "",
|
||||
"runArgs": ["--volume=${localWorkspaceFolder}:/workspaces/${localWorkspaceFolderBasename}:Z"],
|
||||
"runArgs": [
|
||||
"--init",
|
||||
"--volume=${localWorkspaceFolder}:/workspaces/${localWorkspaceFolderBasename}:Z"
|
||||
],
|
||||
|
||||
// Configure tool-specific properties.
|
||||
"customizations": {
|
||||
|
Loading…
Reference in New Issue
Block a user