mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-26 03:29:00 +01:00
debt - inline remoteAuthority into workbench environment service
This commit is contained in:
@@ -538,7 +538,7 @@ class MainThreadCustomEditorModel extends Disposable implements ICustomEditorMod
|
||||
throw new Error('Resource is not untitled');
|
||||
}
|
||||
|
||||
const remoteAuthority = this._environmentService.configuration.remoteAuthority;
|
||||
const remoteAuthority = this._environmentService.remoteAuthority;
|
||||
const localResource = toLocalResource(this._editorResource, remoteAuthority, this._pathService.defaultUriScheme);
|
||||
|
||||
return this._fileDialogService.pickFileToSave(localResource, options?.availableFileSystems);
|
||||
|
||||
Reference in New Issue
Block a user