mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-26 11:38:51 +01:00
fix compilation
This commit is contained in:
@@ -42,6 +42,10 @@ export class UserDataSyncService extends Disposable implements IUserDataSyncServ
|
||||
return this.channel.call('sync', [_continue]);
|
||||
}
|
||||
|
||||
stop(): void {
|
||||
this.channel.call('stop');
|
||||
}
|
||||
|
||||
getRemoteExtensions(): Promise<ISyncExtension[]> {
|
||||
return this.channel.call('getRemoteExtensions');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user