Skip to content

Commit 223fb8e

Browse files
committed
Fix devcontainer user id collision
1 parent b3799c7 commit 223fb8e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.devcontainer/devcontainer.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,10 @@
77
"ghcr.io/devcontainers/features/common-utils:1": {
88
"installZsh": "true",
99
"username": "vscode",
10-
"uid": "1000",
11-
"gid": "1000",
1210
"upgradePackages": "true"
1311
}
1412
},
1513
"capAdd": ["SYS_PTRACE"],
1614
"securityOpt": ["seccomp=unconfined"],
1715
"remoteUser": "vscode"
18-
}
16+
}

0 commit comments

Comments
 (0)