提交 5ec7e962 编写于 作者: M Matt Bierner

Spelling

上级 14e50154
......@@ -512,10 +512,9 @@ class MainThreadCustomEditorModel extends Disposable implements ICustomEditorMod
}
const remoteAuthority = this._environmentService.configuration.remoteAuthority;
const localResrouce = toLocalResource(this._editorResource, remoteAuthority);
const localResource = toLocalResource(this._editorResource, remoteAuthority);
return this._fileDialogService.pickFileToSave(localResrouce, options?.availableFileSystems);
return this._fileDialogService.pickFileToSave(localResource, options?.availableFileSystems);
}
public async saveCustomEditorAs(resource: URI, targetResource: URI, _options?: ISaveOptions): Promise<boolean> {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册