mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 18:46:40 -05:00
Fixing launching new profiler from object explorer (#1514)
This commit is contained in:
committed by
GitHub
parent
14a7a5534f
commit
0414ab6e6a
@@ -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