Fixing launching new profiler from object explorer (#1514)

This commit is contained in:
Madeline MacDonald
2018-05-30 16:39:11 -07:00
committed by GitHub
parent 14a7a5534f
commit 0414ab6e6a

View File

@@ -228,7 +228,7 @@ export class ProfilerFindPrevious implements IEditorAction {
}
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 ICON = 'profile';