Skip to content

Commit c35dd13

Browse files
committed
fix: make devcontainer run using root
1 parent d63d03a commit c35dd13

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.devcontainer/devcontainer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@
4949
// Set minimal host requirements for the container.
5050
"hostRequirements": {
5151
"memory": "8gb"
52-
}
52+
},
5353

54-
// Uncomment to connect as root instead. More info: https://aka.ms/dev-containers-non-root.
55-
// "remoteUser": "root"
54+
// More info: https://aka.ms/dev-containers-non-root.
55+
"remoteUser": "root"
5656
}

0 commit comments

Comments
 (0)