mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-24 01:25:37 -05:00
Notebooks: Add Command + Keyboard Shortcut to Clear Outputs of Active Cell (#6169)
* Add command to clear cell output with test * Fix typo * PR Comments
This commit is contained in:
5
src/sql/azdata.proposed.d.ts
vendored
5
src/sql/azdata.proposed.d.ts
vendored
@@ -4418,6 +4418,11 @@ declare module 'azdata' {
|
||||
*/
|
||||
runAllCells(): Thenable<boolean>;
|
||||
|
||||
/**
|
||||
* Clears the outputs of the active code cell in a notebook.
|
||||
*/
|
||||
clearOutput(cell?: NotebookCell): Thenable<boolean>;
|
||||
|
||||
/** Clears the outputs of all code cells in a Notebook
|
||||
* @return A promise that resolves with a value indicating if the outputs are cleared or not.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user