#46851 pass extension description as source - adopt at other places

This commit is contained in:
Sandeep Somavarapu 2021-11-26 14:09:12 +01:00
parent 49fc9c109e
commit 5cb1766018
No known key found for this signature in database
GPG key ID: 1FED25EC4646638B

View file

@ -422,7 +422,7 @@ export async function resolveExtensionsSettings(extensionService: IExtensionServ
const flatSettings = arrays.flatten(
group.sections.map(section => section.settings));
const extensionId = group.extensionInfo!.id;
const extensionId = group.extensionInfo!.extensionDescription.identifier.value;
const extension = await extensionService.getExtension(extensionId);
const extensionName = extension!.displayName ?? extension!.name;