mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
notebook background execution (#8079)
* notebook background execution * code review comments * comments 2 * more logging
This commit is contained in:
@@ -98,6 +98,8 @@ export interface WizardInfo {
|
||||
|
||||
export interface NotebookBasedDialogInfo extends DialogInfoBase {
|
||||
notebook: string | NotebookInfo;
|
||||
runNotebook?: boolean;
|
||||
taskName?: string;
|
||||
}
|
||||
|
||||
export interface CommandBasedDialogInfo extends DialogInfoBase {
|
||||
@@ -118,6 +120,7 @@ export interface DialogInfoBase {
|
||||
title: string;
|
||||
name: string;
|
||||
tabs: DialogTabInfo[];
|
||||
actionText?: string;
|
||||
}
|
||||
|
||||
export interface DialogTabInfo {
|
||||
|
||||
Reference in New Issue
Block a user