This commit is contained in:
Sandeep Somavarapu
2020-07-14 21:19:41 +02:00
parent cf0094f9eb
commit fd455c37d1
10 changed files with 115 additions and 37 deletions

View File

@@ -54,6 +54,7 @@ export interface IUserDataSyncWorkbenchService {
turnOn(): Promise<void>;
turnoff(everyWhere: boolean): Promise<void>;
signIn(): Promise<void>;
resetSyncedData(): Promise<void>;
}
export function getSyncAreaLabel(source: SyncResource): string {