make container run as root

This commit is contained in:
Hongze Cheng 2021-12-29 05:49:39 +00:00
parent 77100ef11a
commit 009140d849
1 changed files with 1 additions and 1 deletions

View File

@ -28,5 +28,5 @@
// "postCreateCommand": "gcc -v",
// Comment out connect as root instead. More info: https://aka.ms/vscode-remote/containers/non-root.
"remoteUser": "vscode"
"remoteUser": "root"
}