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