mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
fix task icon in dashboard (#1174)
This commit is contained in:
@@ -238,7 +238,8 @@ export class NewProfilerAction extends Task {
|
||||
super({
|
||||
id: NewProfilerAction.ID,
|
||||
title: NewProfilerAction.LABEL,
|
||||
iconPath: { dark: NewProfilerAction.ICON, light: NewProfilerAction.ICON }
|
||||
iconPath: { dark: NewProfilerAction.ICON, light: NewProfilerAction.ICON },
|
||||
iconClass: NewProfilerAction.ICON
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user