diff --git a/src/vs/workbench/services/userDataProfile/browser/userDataProfileImportExportService.ts b/src/vs/workbench/services/userDataProfile/browser/userDataProfileImportExportService.ts index 987d9f119b96b..6999b64cb7328 100644 --- a/src/vs/workbench/services/userDataProfile/browser/userDataProfileImportExportService.ts +++ b/src/vs/workbench/services/userDataProfile/browser/userDataProfileImportExportService.ts @@ -556,6 +556,7 @@ export class UserDataProfileImportExportService extends Disposable implements IU try { await this.doExportProfile(userDataProfilesExportState); } catch (error) { + exportAction.enabled = true; this.notificationService.error(error); throw error; }