workbench.colorCustomizations not working after the latest update. Fixes #137867

This commit is contained in:
Martin Aeschlimann
2021-11-25 13:53:36 +01:00
parent 5e5bb86a25
commit 2f8fb0b32e
@@ -453,6 +453,7 @@ export class WorkbenchThemeService implements IWorkbenchThemeService {
}
try {
await themeData.ensureLoaded(this.extensionResourceLoaderService);
themeData.setCustomizations(this.settings);
return this.applyTheme(themeData, settingsTarget);
} catch (error) {
throw new Error(nls.localize('error.cannotloadtheme', "Unable to load {0}: {1}", themeData.location?.toString(), error.message));