mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-08 09:38:26 -05:00
Notebooks: Run all after/before (#6239)
* Run all above/below * PR comments pre tests * Added integration test
This commit is contained in:
2
src/sql/azdata.proposed.d.ts
vendored
2
src/sql/azdata.proposed.d.ts
vendored
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user