mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-03-11 03:51:37 -04:00
Add collapse/expand functionality to notebook code cells. (#7481)
This commit is contained in:
@@ -631,6 +631,7 @@ export class MainThreadNotebookDocumentsAndEditors extends Disposable implements
|
||||
case NotebookChangeType.CellOutputUpdated:
|
||||
case NotebookChangeType.CellSourceUpdated:
|
||||
case NotebookChangeType.DirtyStateChanged:
|
||||
case NotebookChangeType.CellInputVisibilityChanged:
|
||||
case NotebookChangeType.CellOutputCleared:
|
||||
return NotebookChangeKind.ContentUpdated;
|
||||
case NotebookChangeType.KernelChanged:
|
||||
|
||||
Reference in New Issue
Block a user