From 5c93230bfb4260a89511c1df4c4670b41499cae4 Mon Sep 17 00:00:00 2001 From: Christof Marti Date: Fri, 21 Jan 2022 09:13:00 +0100 Subject: [PATCH] Update name description (vscode-remote-release#6143) --- .../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 b8a6d3cf5a3..23d381c8459 100644 --- a/extensions/configuration-editing/schemas/devContainer.schema.generated.json +++ b/extensions/configuration-editing/schemas/devContainer.schema.generated.json @@ -109,7 +109,7 @@ }, "name": { "type": "string", - "description": "A name to show for the workspace folder." + "description": "A name for the dev container displayed in the UI." }, "extensions": { "type": "array", @@ -512,7 +512,7 @@ }, "name": { "type": "string", - "description": "A name to show for the workspace folder." + "description": "A name for the dev container displayed in the UI." }, "extensions": { "type": "array", @@ -881,7 +881,7 @@ }, "name": { "type": "string", - "description": "A name to show for the workspace folder." + "description": "A name for the dev container displayed in the UI." }, "extensions": { "type": "array", @@ -1224,7 +1224,7 @@ }, "name": { "type": "string", - "description": "A name to show for the workspace folder." + "description": "A name for the dev container displayed in the UI." }, "extensions": { "type": "array", @@ -1532,7 +1532,7 @@ "properties": { "name": { "type": "string", - "description": "A name to show for the workspace folder." + "description": "A name for the dev container displayed in the UI." }, "extensions": { "type": "array", diff --git a/extensions/configuration-editing/schemas/devContainer.schema.src.json b/extensions/configuration-editing/schemas/devContainer.schema.src.json index 7a11e21a01b..711633fa762 100644 --- a/extensions/configuration-editing/schemas/devContainer.schema.src.json +++ b/extensions/configuration-editing/schemas/devContainer.schema.src.json @@ -9,7 +9,7 @@ "properties": { "name": { "type": "string", - "description": "A name to show for the workspace folder." + "description": "A name for the dev container displayed in the UI." }, "extensions": { "type": "array",