Notebooks: Run all after/before (#6239)

* Run all above/below

* PR comments pre tests

* Added integration test
This commit is contained in:
Chris LaFreniere
2019-07-02 16:49:12 -07:00
committed by GitHub
parent 495c9330f6
commit c4bf1b4180
9 changed files with 134 additions and 31 deletions

View File

@@ -4416,7 +4416,7 @@ declare module 'azdata' {
/**
* Kicks off execution of all code cells. Thenable will resolve only when full execution of all cells is completed.
*/
runAllCells(): Thenable<boolean>;
runAllCells(startCell?: NotebookCell, endCell?: NotebookCell): Thenable<boolean>;
/**
* Clears the outputs of the active code cell in a notebook.