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 c125b21 commit c2df995Copy full SHA for c2df995
packages/core/src/awsService/sagemaker/commands.ts
@@ -205,10 +205,9 @@ export async function openRemoteConnect(
205
await tryRefreshNode(node)
206
const appType = node.spaceApp.SpaceSettingsSummary?.AppType
207
if (!appType) {
208
- throw new ToolkitError('AppType is undefined for the selected space. Cannot start remote connection.',
209
- {
210
- code: 'undefinedAppType',
211
- })
+ throw new ToolkitError('AppType is undefined for the selected space. Cannot start remote connection.', {
+ code: 'undefinedAppType',
+ })
212
}
213
214
// Only start showing progress after instance type validation
0 commit comments