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
Today we have nativePostExecute
We added this specifically for the new Debugger coee.
I think this should be removed & we should just use native VS Code API to detect whena cell has been executed.
export class DebuggingCellMap implements IDebuggingCellMap, INotebookExecutionLogger {
This class introduced a new event into a logger that basically wraps existing VSCode API.