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
// TODO@Isidor hack, we should introduce a new type which is an output that can fetch children like an expression
@@ -311,7 +313,7 @@ export class ReplModel {
311
313
}
312
314
313
315
// show object
314
-
this.appendToRepl(session,newRawObjectReplElement(`topReplElement:${topReplElementCounter++}`,(<any>a).prototype,a,undefined,nls.localize('snapshotObj',"Only primitive values are shown for this object.")),sev,source);
316
+
this.appendToRepl(session,newRawObjectReplElement(getUniqueId(),(<any>a).prototype,a,undefined,nls.localize('snapshotObj',"Only primitive values are shown for this object.")),sev,source);
0 commit comments