File tree 1 file changed +2
-2
lines changed
src/universal/.devcontainer
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 6
6
"features" : {
7
7
"ghcr.io/devcontainers/features/common-utils:2" : {
8
8
"username" : " codespace" ,
9
- // Getting the UID & GID values of the host machine via GitHub actions
9
+ // Getting the UID & GID values of the host machine via GitHub actions
10
10
"userUid" : " ${localEnv:USER_UID}" ,
11
11
"userGid" : " ${localEnv:USER_GID}"
12
12
},
106
106
"containerUser" : " codespace" ,
107
107
// This variable is set to ensure puppeteer library gets the sandbox location by default.
108
108
// Ref:- https://github.com/devcontainers/internal/issues/249
109
- "remoteEnv " : {
109
+ "containerEnv " : {
110
110
"CHROME_DEVEL_SANDBOX" : " /usr/local/sbin/chrome-devel-sandbox"
111
111
},
112
112
// Use 'forwardPorts' to make a list of ports inside the container available locally.
You can’t perform that action at this time.
0 commit comments