From 71089dc09596afda323f4e6ca0ef2c5400e2df1c Mon Sep 17 00:00:00 2001 From: Christof Marti Date: Thu, 30 Sep 2021 16:46:55 +0200 Subject: [PATCH] Wording (microsoft/vscode-remote-release#5530) --- .../schemas/devContainer.schema.generated.json | 10 +++++----- .../schemas/devContainer.schema.src.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) 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", -- GitLab