We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27bdbd4 commit 1796e10Copy full SHA for 1796e10
1 file changed
.devcontainer/devcontainer.json
@@ -32,7 +32,7 @@
32
"postCreateCommand": "npm ci && npm run build",
33
34
// Comment out connect as root instead. More info: https://aka.ms/vscode-remote/containers/non-root.
35
- "remoteUser": "node"
+ "remoteUser": "node",
36
37
// Test restricting low-spec machines
38
"hostRequirements": {
0 commit comments