File tree Expand file tree Collapse file tree
extensions/configuration-editing/schemas Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2828 },
2929 "description" : " Remote environment variables."
3030 },
31+ "remoteUser" : {
32+ "type" : " string" ,
33+ "description" : " The user VS Code Server will be started with. The default is the same user as the container."
34+ },
3135 "extensions" : {
3236 "type" : " array" ,
3337 "description" : " An array of extensions that should be installed into the container." ,
Original file line number Diff line number Diff line change 3232 },
3333 "description" : " Remote environment variables."
3434 },
35+ "remoteUser" : {
36+ "type" : " string" ,
37+ "description" : " The user VS Code Server will be started with. The default is the same user as the container."
38+ },
3539 "postCreateCommand" : {
3640 "type" : [
3741 " string" ,
7276 },
7377 "description" : " Container environment variables."
7478 },
79+ "containerUser" : {
80+ "type" : " string" ,
81+ "description" : " The user the container will be started with. The default is the user on the Docker image."
82+ },
83+ "updateRemoteUserUID" : {
84+ "type" : " boolean" ,
85+ "description" : " Controls whether on Linux the container's user should be updated with the local user's UID and GID. On by default."
86+ },
7587 "runArgs" : {
7688 "type" : " array" ,
7789 "description" : " The arguments required when starting in the container." ,
You can’t perform that action at this time.
0 commit comments