Skip to content

Commit 914b9e6

Browse files
authored
Changing the remoteEnv to ContainerEnv as per review comments.
1 parent 7307469 commit 914b9e6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/universal/.devcontainer/devcontainer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"features": {
77
"ghcr.io/devcontainers/features/common-utils:2": {
88
"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
1010
"userUid": "${localEnv:USER_UID}",
1111
"userGid": "${localEnv:USER_GID}"
1212
},
@@ -106,7 +106,7 @@
106106
"containerUser": "codespace",
107107
// This variable is set to ensure puppeteer library gets the sandbox location by default.
108108
// Ref:- https://github.com/devcontainers/internal/issues/249
109-
"remoteEnv": {
109+
"containerEnv": {
110110
"CHROME_DEVEL_SANDBOX": "/usr/local/sbin/chrome-devel-sandbox"
111111
},
112112
// Use 'forwardPorts' to make a list of ports inside the container available locally.

0 commit comments

Comments
 (0)