We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 082028a commit 1bb13dcCopy full SHA for 1bb13dc
packages/core/src/awsService/sagemaker/commands.ts
@@ -223,7 +223,7 @@ export async function openRemoteConnect(
223
title: `Connecting to ${spaceName}`,
224
},
225
async (progress) => {
226
- progress.report({ message: 'Starting the space. This can take around 2 minutes.' })
+ progress.report({ message: 'Starting the space.' })
227
await client.waitForAppInService(node.spaceApp.DomainId!, spaceName, appType)
228
await tryRemoteConnection(node, ctx, progress)
229
}
0 commit comments