diff --git a/extensions/configuration-editing/schemas/devContainer.schema.generated.json b/extensions/configuration-editing/schemas/devContainer.schema.generated.json index 5f7d5c4663a..bd10964f3ef 100644 --- a/extensions/configuration-editing/schemas/devContainer.schema.generated.json +++ b/extensions/configuration-editing/schemas/devContainer.schema.generated.json @@ -346,8 +346,7 @@ "onCreateCommand", "updateContentCommand", "postCreateCommand", - "postStartCommand", - "postAttachCommand" + "postStartCommand" ], "description": "The user command to wait for before continuing execution in the background while the UI is starting up. The default is \"updateContentCommand\"." }, @@ -737,8 +736,7 @@ "onCreateCommand", "updateContentCommand", "postCreateCommand", - "postStartCommand", - "postAttachCommand" + "postStartCommand" ], "description": "The user command to wait for before continuing execution in the background while the UI is starting up. The default is \"updateContentCommand\"." }, @@ -1094,8 +1092,7 @@ "onCreateCommand", "updateContentCommand", "postCreateCommand", - "postStartCommand", - "postAttachCommand" + "postStartCommand" ], "description": "The user command to wait for before continuing execution in the background while the UI is starting up. The default is \"updateContentCommand\"." }, @@ -1425,8 +1422,7 @@ "onCreateCommand", "updateContentCommand", "postCreateCommand", - "postStartCommand", - "postAttachCommand" + "postStartCommand" ], "description": "The user command to wait for before continuing execution in the background while the UI is starting up. The default is \"updateContentCommand\"." }, @@ -1721,8 +1717,7 @@ "onCreateCommand", "updateContentCommand", "postCreateCommand", - "postStartCommand", - "postAttachCommand" + "postStartCommand" ], "description": "The user command to wait for before continuing execution in the background while the UI is starting up. The default is \"updateContentCommand\"." }, diff --git a/extensions/configuration-editing/schemas/devContainer.schema.src.json b/extensions/configuration-editing/schemas/devContainer.schema.src.json index ba607c184c7..9c6da0adcbe 100644 --- a/extensions/configuration-editing/schemas/devContainer.schema.src.json +++ b/extensions/configuration-editing/schemas/devContainer.schema.src.json @@ -239,8 +239,7 @@ "onCreateCommand", "updateContentCommand", "postCreateCommand", - "postStartCommand", - "postAttachCommand" + "postStartCommand" ], "description": "The user command to wait for before continuing execution in the background while the UI is starting up. The default is \"updateContentCommand\"." },