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>2021-08-13 05:05:18 +0300
committerChuck Lantz <clantz@microsoft.com>2021-08-13 05:05:18 +0300
commita915eeb9a23eae4be6283bdc3ed09b190626179b (patch)
treee6cc6f8f7bb5d8356ce9585f78b428502661c4fe /.devcontainer/devcontainer.json
parentf7794b6e11df403fa4939425b35618264e084bcb (diff)
Ensure privs are correct
Diffstat (limited to '.devcontainer/devcontainer.json')
-rw-r--r--.devcontainer/devcontainer.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json
index 9c6732572de..6623033a491 100644
--- a/.devcontainer/devcontainer.json
+++ b/.devcontainer/devcontainer.json
@@ -30,7 +30,7 @@
],
// Optionally loads a cached yarn install for the repo
- "postCreateCommand": ".devcontainer/cache/restore-diff.sh",
+ "postCreateCommand": ".devcontainer/cache/restore-diff.sh && sudo chown node:node /workspaces",
"remoteUser": "node",