There was an error while loading. Please reload this page.
1 parent d63d03a commit c35dd13Copy full SHA for c35dd13
.devcontainer/devcontainer.json
@@ -49,8 +49,8 @@
49
// Set minimal host requirements for the container.
50
"hostRequirements": {
51
"memory": "8gb"
52
- }
+ },
53
54
- // Uncomment to connect as root instead. More info: https://aka.ms/dev-containers-non-root.
55
- // "remoteUser": "root"
+ // More info: https://aka.ms/dev-containers-non-root.
+ "remoteUser": "root"
56
}
0 commit comments