Archived
Fixing launching new profiler from object explorer (#1514)
This commit is contained in:
@@ -228,7 +228,7 @@ export class ProfilerFindPrevious implements IEditorAction {
|
|||||||
}
|
}
|
||||||
|
|
||||||
export class NewProfilerAction extends Task {
|
export class NewProfilerAction extends Task {
|
||||||
public static readonly ID = 'newProfiler';
|
public static readonly ID = 'profiler.newProfiler';
|
||||||
public static readonly LABEL = nls.localize('profilerAction.newProfiler', 'New Profiler');
|
public static readonly LABEL = nls.localize('profilerAction.newProfiler', 'New Profiler');
|
||||||
public static readonly ICON = 'profile';
|
public static readonly ICON = 'profile';
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user