1 parent 8dea6d3 commit 6d2e124Copy full SHA for 6d2e124
1 file changed
.devcontainer/devcontainer.json
@@ -9,9 +9,8 @@
9
// Use -bullseye variants on local arm64/Apple Silicon.
10
"args": { "VARIANT": "16" }
11
},
12
- "runArgs": ["--userns=keep-id"],
13
14
- "containerEnv": { "HOME": "/home/node" },
+ // "containerEnv": { "HOME": "/home/node" },
15
16
// Configure tool-specific properties.
17
"customizations": {
@@ -32,6 +31,6 @@
32
31
"postCreateCommand": "npm install",
33
34
// Comment out to connect as root instead. More info: https://aka.ms/vscode-remote/containers/non-root.
35
- "remoteUser": "node",
+ // "remoteUser": "node",
36
"features": {}
37
}
0 commit comments