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 <clantz@microsoft.com>2022-03-16 21:07:02 +0300
committerChuck <clantz@microsoft.com>2022-03-16 21:07:11 +0300
commitdea80fe6f1ddd5e98f736b3a1d88e0c8f8d73ede (patch)
tree43ee35768408570cd54c9f9d3ef60e45b1fd6672 /.devcontainer/devcontainer.json
parentda52702687d1a2eefea47dbb38510ee581193640 (diff)
Improve caching
Diffstat (limited to '.devcontainer/devcontainer.json')
-rw-r--r--.devcontainer/devcontainer.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json
index 08fed2de1f3..dc66ce17200 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", "--security-opt", "seccomp=unconfined", "--shm-size=1g"],
+ "runArgs": [ "--init", "--shm-size=1g"],
"settings": {
"resmon.show.battery": false,
@@ -30,7 +30,7 @@
],
// Optionally loads a cached yarn install for the repo
- "postCreateCommand": ".devcontainer/cache/restore-diff.sh && sudo chown node:node /workspaces",
+ "postCreateCommand": ".devcontainer/cache/restore-diff.sh",
"remoteUser": "node",