mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-08 17:24:01 -05:00
GenerateToNotebook and Deploy buttons for Notebook Wizards (#12656)
* enable userChooses how to run notebook * arc ext changes * nb fixes * working version * revert unneeded changes * fix comments * Update interfaces.ts * fix comments * fix comments * fix comments * runAllCells instead of background execute * pr feedback * PR feedback * pr feedback * arc ext changes for new WizardInfo syntax * fix doc comments * pr feedback
This commit is contained in:
@@ -105,7 +105,7 @@ export class DeploymentInputDialog extends DialogBase {
|
||||
const notebook = Array.isArray(this.dialogInfo.notebook) ?
|
||||
this.dialogInfo.notebook.find(nb => nb.type === model.getStringValue(NotebookTypeVariableName))?.path :
|
||||
this.dialogInfo.notebook;
|
||||
this.notebookService.launchNotebook(notebook!).catch(error => {
|
||||
this.notebookService.openNotebook(notebook!).catch(error => {
|
||||
vscode.window.showErrorMessage(error);
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user