Use native VS Code api instead of old Loggers to detect cell execution #7037
Labels
bug
Issue identified by VS Code Team member as probable bug
debt
Code quality issues
notebook-run-by-line
verified
Verification succeeded
Milestone
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.
The text was updated successfully, but these errors were encountered: