You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
this.notificationService.showErrorMessage(`Failed to connect to ${e.workspaceId} Gitpod workspace: workspace not running`,{flow: gatewayFlow,id: 'no_running_instance'});
325
333
returnundefined;
326
334
}else{
327
335
if(einstanceofSSHError){
328
-
this.logService.error('SSH test connection error:',e);
336
+
this.logService.error('SSH test connection error:');
329
337
}else{
330
-
this.logService.error(`Failed to connect to ${params.workspaceId} Gitpod workspace:`,e);
338
+
this.logService.error(`Failed to connect to ${params.workspaceId} Gitpod workspace:`);
331
339
}
340
+
this.logService.error(e);
341
+
332
342
constseeLogs='See Logs';
333
343
constshowTroubleshooting='Show Troubleshooting';
334
344
this.notificationService.showErrorMessage(`Failed to connect to ${params.workspaceId} Gitpod workspace`,{flow: gatewayFlow,id: 'failed_to_connect'},seeLogs,showTroubleshooting)
0 commit comments