mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-26 11:38:51 +01:00
show diff editor for keybindings conflicts
This commit is contained in:
@@ -74,6 +74,10 @@ export class UserDataSyncService extends Disposable implements IUserDataSyncServ
|
||||
return this.channel.call('hasLocalData');
|
||||
}
|
||||
|
||||
getRemoteContent(source: SyncSource): Promise<string | null> {
|
||||
return this.channel.call('getRemoteContent', [source]);
|
||||
}
|
||||
|
||||
isFirstTimeSyncAndHasUserData(): Promise<boolean> {
|
||||
return this.channel.call('isFirstTimeSyncAndHasUserData');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user