Skip to content

Commit df6839f

Browse files
authored
1 parent 45ad77c commit df6839f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/vs/workbench/contrib/userDataSync/browser/userDataSync.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -383,6 +383,9 @@ export class UserDataSyncWorkbenchContribution extends Disposable implements IWo
383383
}
384384

385385
private handleInvalidContentError({ profile, syncResource: source }: IUserDataSyncResource): void {
386+
if (this.userDataProfileService.currentProfile.id !== profile.id) {
387+
return;
388+
}
386389
const key = `${profile.id}:${source}`;
387390
if (this.invalidContentErrorDisposables.has(key)) {
388391
return;

0 commit comments

Comments
 (0)