Skip to content

Commit 6f0e4ea

Browse files
authored
unset description after applying (microsoft#172498)
1 parent 07d6f5b commit 6f0e4ea

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/vs/workbench/services/userDataProfile/browser/userDataProfileImportExportService.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -378,6 +378,8 @@ export class UserDataProfileImportExportService extends Disposable implements IU
378378
const profileTemplate = await userDataProfileImportState.getProfileTemplateToImport();
379379
if (profileTemplate.extensions) {
380380
await that.instantiationService.createInstance(ExtensionsResource).apply(profileTemplate.extensions, importedProfile);
381+
userDataProfileImportState.setDescription(ProfileResourceType.Extensions, undefined);
382+
await view.refresh();
381383
}
382384
});
383385
}

0 commit comments

Comments
 (0)