mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-15 21:01:05 +01:00
workbench.colorCustomizations not working after the latest update. Fixes #137867
This commit is contained in:
@@ -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));
|
||||
|
||||
Reference in New Issue
Block a user