mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-26 19:44:25 +01:00
- retain order and comments
- show diff editor for conflicts
This commit is contained in:
@@ -81,6 +81,10 @@ export class SettingsSyncService extends Disposable implements ISettingsSyncServ
|
||||
return this.channel.call('resolveConflicts', [conflicts]);
|
||||
}
|
||||
|
||||
getRemotContent(): Promise<string | null> {
|
||||
return this.channel.call('getRemotContent');
|
||||
}
|
||||
|
||||
private async updateStatus(status: SyncStatus): Promise<void> {
|
||||
this._status = status;
|
||||
this._onDidChangeStatus.fire(status);
|
||||
|
||||
Reference in New Issue
Block a user