mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
- Fixed issues where we missed using actual execution count / starting from empty on this.
This commit is contained in:
@@ -315,7 +315,7 @@ export class NotebookModel extends Disposable implements INotebookModel {
|
||||
cell_type: cellType,
|
||||
source: '',
|
||||
metadata: {},
|
||||
execution_count: 1
|
||||
execution_count: undefined
|
||||
};
|
||||
return this.notebookOptions.factory.createCell(singleCell, { notebook: this, isTrusted: true });
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user