提交 bcf2f23c 编写于 作者: M Martin Aeschlimann

Can't save workspace locally when using remote extension. Fixes #109713

上级 49342801
......@@ -54,8 +54,7 @@ export abstract class AbstractWorkspaceEditingService implements IWorkspaceEditi
saveLabel: mnemonicButtonLabel(nls.localize('save', "Save")),
title: nls.localize('saveWorkspace', "Save Workspace"),
filters: WORKSPACE_FILTER,
defaultUri: await this.fileDialogService.defaultWorkspacePath(undefined, UNTITLED_WORKSPACE_FILENAME),
availableFileSystems: this.environmentService.remoteAuthority ? [Schemas.vscodeRemote] : undefined
defaultUri: await this.fileDialogService.defaultWorkspacePath(undefined, UNTITLED_WORKSPACE_FILENAME)
});
if (!workspacePath) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册