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.warn(localize('no edit session content for ref','Could not resume edit session contents for ID {0}.',ref));
410
408
}
411
-
this.logService.info(ref!==undefined ? `Aborting resuming edit session as no edit session content is available to be applied from ref ${ref}.` : `Aborting resuming edit session as no edit session content is available to be applied`);
409
+
this.logService.info(`Aborting resuming edit session as no edit session content is available to be applied from ref ${ref}.`);
0 commit comments