Unverified Commit e2b3b48b authored by Raymond's avatar Raymond Committed by GitHub

Update devcontainer-feature.json (#535)

#531 Modify proposed UID & GID so as not to conflict with base image.
parent f52ff611
...@@ -40,7 +40,7 @@ ...@@ -40,7 +40,7 @@
"userUid": { "userUid": {
"type": "string", "type": "string",
"proposals": [ "proposals": [
"1000", "1001",
"automatic" "automatic"
], ],
"default": "automatic", "default": "automatic",
...@@ -49,7 +49,7 @@ ...@@ -49,7 +49,7 @@
"userGid": { "userGid": {
"type": "string", "type": "string",
"proposals": [ "proposals": [
"1000", "1001",
"automatic" "automatic"
], ],
"default": "automatic", "default": "automatic",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment