fix(devcontainer): Fix JSON syntax
This commit is contained in:
parent
5967cefc5e
commit
a5e23fd301
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@
|
||||||
"args": {
|
"args": {
|
||||||
"USER_UID": "${localEnv:USER_UID}",
|
"USER_UID": "${localEnv:USER_UID}",
|
||||||
"USER_GID": "${localEnv:USER_GID}"
|
"USER_GID": "${localEnv:USER_GID}"
|
||||||
},
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
// run arguments passed to docker
|
// run arguments passed to docker
|
||||||
|
|
Loading…
Reference in a new issue