mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 18:46:40 -05:00
@@ -391,7 +391,10 @@ export class NotebookComponent extends AngularDisposable implements OnInit, OnDe
|
|||||||
}
|
}
|
||||||
|
|
||||||
promptForPath(defaultPath: string): TPromise<string> {
|
promptForPath(defaultPath: string): TPromise<string> {
|
||||||
return this.windowService.showSaveDialog({ defaultPath });
|
return this.windowService.showSaveDialog({
|
||||||
|
defaultPath: defaultPath,
|
||||||
|
filters: [{ name: localize('notebookFile', 'Notebook'), extensions: ['ipynb']}]
|
||||||
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
// Entry point to save notebook
|
// Entry point to save notebook
|
||||||
|
|||||||
Reference in New Issue
Block a user