#100346 prepare for manual sync

This commit is contained in:
Sandeep Somavarapu
2020-07-10 09:21:36 +02:00
parent 5cb5e32a4e
commit 8dfdecb938
8 changed files with 82 additions and 87 deletions

View File

@@ -71,18 +71,10 @@ export class UserDataSyncService extends Disposable implements IUserDataSyncServ
return this.channel.call('pull');
}
sync(): Promise<void> {
return this.channel.call('sync');
}
createSyncTask(): Promise<ISyncTask> {
throw new Error('not supported');
}
stop(): Promise<void> {
return this.channel.call('stop');
}
replace(uri: URI): Promise<void> {
return this.channel.call('replace', [uri]);
}