From 499e4948c7d3e87323f916ebbf4e22d32396cb8c Mon Sep 17 00:00:00 2001 From: Christof Marti Date: Thu, 3 Jun 2021 08:55:30 +0200 Subject: [PATCH] Fix typo --- .../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 7d19ec7a67c..095a0e355f1 100644 --- a/extensions/configuration-editing/schemas/devContainer.schema.generated.json +++ b/extensions/configuration-editing/schemas/devContainer.schema.generated.json @@ -337,7 +337,7 @@ "postStartCommand", "postAttachCommand" ], - "description": "The user command to wait for before continuing execution in the background while the UI is starting up. The default is \"updateConentCommand\"." + "description": "The user command to wait for before continuing execution in the background while the UI is starting up. The default is \"updateContentCommand\"." }, "devPort": { "type": "integer", @@ -694,7 +694,7 @@ "postStartCommand", "postAttachCommand" ], - "description": "The user command to wait for before continuing execution in the background while the UI is starting up. The default is \"updateConentCommand\"." + "description": "The user command to wait for before continuing execution in the background while the UI is starting up. The default is \"updateContentCommand\"." }, "devPort": { "type": "integer", @@ -1027,7 +1027,7 @@ "postStartCommand", "postAttachCommand" ], - "description": "The user command to wait for before continuing execution in the background while the UI is starting up. The default is \"updateConentCommand\"." + "description": "The user command to wait for before continuing execution in the background while the UI is starting up. The default is \"updateContentCommand\"." }, "devPort": { "type": "integer", @@ -1326,7 +1326,7 @@ "postStartCommand", "postAttachCommand" ], - "description": "The user command to wait for before continuing execution in the background while the UI is starting up. The default is \"updateConentCommand\"." + "description": "The user command to wait for before continuing execution in the background while the UI is starting up. The default is \"updateContentCommand\"." }, "devPort": { "type": "integer", @@ -1594,7 +1594,7 @@ "postStartCommand", "postAttachCommand" ], - "description": "The user command to wait for before continuing execution in the background while the UI is starting up. The default is \"updateConentCommand\"." + "description": "The user command to wait for before continuing execution in the background while the UI is starting up. The default is \"updateContentCommand\"." }, "devPort": { "type": "integer", diff --git a/extensions/configuration-editing/schemas/devContainer.schema.src.json b/extensions/configuration-editing/schemas/devContainer.schema.src.json index 76bd03f6306..3d1536fa743 100644 --- a/extensions/configuration-editing/schemas/devContainer.schema.src.json +++ b/extensions/configuration-editing/schemas/devContainer.schema.src.json @@ -236,7 +236,7 @@ "postStartCommand", "postAttachCommand" ], - "description": "The user command to wait for before continuing execution in the background while the UI is starting up. The default is \"updateConentCommand\"." + "description": "The user command to wait for before continuing execution in the background while the UI is starting up. The default is \"updateContentCommand\"." }, "devPort": { "type": "integer",