mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-28 09:35:38 -05:00
Notebooks: Adding Change Kernel API, 3 Integration Tests (#5287)
* Notebook change kernel * Fix notifying of k change too many times add tests * Fix broken unit test * Deal with comment
This commit is contained in:
5
src/sql/azdata.proposed.d.ts
vendored
5
src/sql/azdata.proposed.d.ts
vendored
@@ -4363,6 +4363,11 @@ declare module 'azdata' {
|
||||
* @return A promise that resolves with a value indicating if the outputs are cleared or not.
|
||||
*/
|
||||
clearAllOutputs(): Thenable<boolean>;
|
||||
|
||||
/**
|
||||
* Changes the Notebook's kernel. Thenable will resolve only after kernel change is complete.
|
||||
*/
|
||||
changeKernel(kernel: IKernelSpec): Thenable<boolean>;
|
||||
}
|
||||
|
||||
export interface NotebookCell {
|
||||
|
||||
Reference in New Issue
Block a user