protected getStorage(scope: StorageScope): IStorage {
case StorageScope.APPLICATION_SHARED:
return this.applicationSharedStorage;
return this.applicationStorage;
return this.profileStorage;
return this.workspaceStorage;
}
protected getLogDetails(scope: StorageScope): string | undefined {