Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChuck Lantz <clantz@microsoft.com>2022-03-17 03:40:01 +0300
committerChuck Lantz <clantz@microsoft.com>2022-03-17 03:40:01 +0300
commit1752d4348c4a549ddb4201f54bf2519c6adf10f6 (patch)
treefd2cd4d18268675ebd5be82f90f7c9b6e6100675 /.devcontainer
parentf335c374f82dde155fbfa98e95c2215bc75589b1 (diff)
seccop settings still required
Diffstat (limited to '.devcontainer')
-rw-r--r--.devcontainer/devcontainer.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json
index dc66ce17200..3e40ce61f95 100644
--- a/.devcontainer/devcontainer.json
+++ b/.devcontainer/devcontainer.json
@@ -4,7 +4,7 @@
// Image contents: https://github.com/microsoft/vscode-dev-containers/blob/master/repository-containers/images/github.com/microsoft/vscode/.devcontainer/base.Dockerfile
"image": "mcr.microsoft.com/vscode/devcontainers/repos/microsoft/vscode:branch-main",
"overrideCommand": false,
- "runArgs": [ "--init", "--shm-size=1g"],
+ "runArgs": [ "--init", "--security-opt", "seccomp=unconfined", "--shm-size=1g"],
"settings": {
"resmon.show.battery": false,