-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Sync VSCode output Cell Output & add INotebookEditor/INotebookEditorProvider #11849
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sync VSCode output Cell Output & add INotebookEditor/INotebookEditorProvider #11849
Conversation
* master: Add cell execution to the new VSC Notebooks (#11846)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Codecov Report
@@ Coverage Diff @@
## master #11849 +/- ##
==========================================
- Coverage 60.45% 60.43% -0.03%
==========================================
Files 631 631
Lines 34162 34166 +4
Branches 4799 4800 +1
==========================================
- Hits 20653 20648 -5
- Misses 12509 12516 +7
- Partials 1000 1002 +2
Continue to review full report at Codecov.
|
public get onExecutedCode(): Event<string> { | ||
return this.executedCode.event; | ||
} | ||
public notebook?: import('../types').INotebook | undefined; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Interesting, didn't know you could do this.
Kudos, SonarCloud Quality Gate passed!
|
For #10496