Skip to content

Use native VS Code api instead of old Loggers to detect cell execution #7037

@DonJayamanne

Description

@DonJayamanne

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.

Metadata

Metadata

Assignees

Labels

bugIssue identified by VS Code Team member as probable bugdebtCode quality issuesnotebook-run-by-lineverifiedVerification succeeded

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions