提交 d7f60b86 编写于 作者: A Alex Ross

Reset defaultUri in simple file picker

上级 26cebd0c
......@@ -277,6 +277,7 @@ export class RemoteFileDialog {
if (this.options.availableFileSystems && (this.options.availableFileSystems.length > 1)) {
this.options.availableFileSystems.shift();
}
this.options.defaultUri = undefined;
if (this.requiresTrailing) {
return this.fileDialogService.showSaveDialog(this.options).then(result => {
return result;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册