mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-17 02:51:36 -05:00
@@ -405,7 +405,7 @@ export class NotebookComponent extends AngularDisposable implements OnInit, OnDe
|
|||||||
let dialogPath = this.getLastActiveFilePath(notebookUri);
|
let dialogPath = this.getLastActiveFilePath(notebookUri);
|
||||||
return this.promptForPath(dialogPath).then(path => {
|
return this.promptForPath(dialogPath).then(path => {
|
||||||
if (path) {
|
if (path) {
|
||||||
let target = URI.parse(path);
|
let target = URI.file(path);
|
||||||
let resource = self._model.notebookUri;
|
let resource = self._model.notebookUri;
|
||||||
self._model.notebookUri = target;
|
self._model.notebookUri = target;
|
||||||
this.saveNotebook().then(result => {
|
this.saveNotebook().then(result => {
|
||||||
|
|||||||
Reference in New Issue
Block a user