Skip to content

Commit a87478c

Browse files
committed
microsoft#98530 add commit
1 parent b26e0bc commit a87478c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ export class UserDataSyncWorkbenchContribution extends Disposable implements IWo
292292
this.disableSync();
293293
this.notificationService.notify({
294294
severity: Severity.Error,
295-
message: localize('error upgrade required', "Turned off sync because the current version ({0}) of {1} is not compatible with the Preferences Sync Service. Please update and turn on sync to continue syncing.", this.productService.version, this.productService.nameLong),
295+
message: localize('error upgrade required', "Turned off sync because the current version ({0}, {1}) of {2} is not compatible with the Preferences Sync Service. Please update and turn on sync to continue syncing.", this.productService.version, this.productService.commit, this.productService.nameLong),
296296
});
297297
return true;
298298
}

0 commit comments

Comments
 (0)