mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-16 09:35:36 -05:00
Introduce Trust Book in Book Viewlet (#9414)
This commit is contained in:
@@ -82,6 +82,10 @@ export class NotebookEditorEdit {
|
||||
return range;
|
||||
}
|
||||
|
||||
setTrusted(isTrusted: boolean) {
|
||||
this._document.setTrusted(isTrusted);
|
||||
}
|
||||
|
||||
insertCell(value: Partial<azdata.nb.ICellContents>, index?: number, collapsed?: boolean): void {
|
||||
if (index === null || index === undefined) {
|
||||
// If not specified, assume adding to end of list
|
||||
|
||||
Reference in New Issue
Block a user