diff --git a/extensions/configuration-editing/schemas/devContainer.schema.generated.json b/extensions/configuration-editing/schemas/devContainer.schema.generated.json index 34702e66916..19e769e95b0 100644 --- a/extensions/configuration-editing/schemas/devContainer.schema.generated.json +++ b/extensions/configuration-editing/schemas/devContainer.schema.generated.json @@ -276,7 +276,7 @@ }, "updateRemoteUserUID": { "type": "boolean", - "description": "Controls whether on Linux the container's user should be updated with the local user's UID and GID. On by default." + "description": "Controls whether on Linux the container's user should be updated with the local user's UID and GID. On by default when opening from a local folder." }, "remoteEnv": { "type": "object", @@ -679,7 +679,7 @@ }, "updateRemoteUserUID": { "type": "boolean", - "description": "Controls whether on Linux the container's user should be updated with the local user's UID and GID. On by default." + "description": "Controls whether on Linux the container's user should be updated with the local user's UID and GID. On by default when opening from a local folder." }, "remoteEnv": { "type": "object", @@ -1048,7 +1048,7 @@ }, "updateRemoteUserUID": { "type": "boolean", - "description": "Controls whether on Linux the container's user should be updated with the local user's UID and GID. On by default." + "description": "Controls whether on Linux the container's user should be updated with the local user's UID and GID. On by default when opening from a local folder." }, "remoteEnv": { "type": "object", @@ -1391,7 +1391,7 @@ }, "updateRemoteUserUID": { "type": "boolean", - "description": "Controls whether on Linux the container's user should be updated with the local user's UID and GID. On by default." + "description": "Controls whether on Linux the container's user should be updated with the local user's UID and GID. On by default when opening from a local folder." }, "remoteEnv": { "type": "object", @@ -1699,7 +1699,7 @@ }, "updateRemoteUserUID": { "type": "boolean", - "description": "Controls whether on Linux the container's user should be updated with the local user's UID and GID. On by default." + "description": "Controls whether on Linux the container's user should be updated with the local user's UID and GID. On by default when opening from a local folder." }, "remoteEnv": { "type": "object", diff --git a/extensions/configuration-editing/schemas/devContainer.schema.src.json b/extensions/configuration-editing/schemas/devContainer.schema.src.json index 4d863b1e2a3..e42d3655d2a 100644 --- a/extensions/configuration-editing/schemas/devContainer.schema.src.json +++ b/extensions/configuration-editing/schemas/devContainer.schema.src.json @@ -175,7 +175,7 @@ }, "updateRemoteUserUID": { "type": "boolean", - "description": "Controls whether on Linux the container's user should be updated with the local user's UID and GID. On by default." + "description": "Controls whether on Linux the container's user should be updated with the local user's UID and GID. On by default when opening from a local folder." }, "remoteEnv": { "type": "object",