File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
src/vs/workbench/contrib/positronPlots/browser Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -89,7 +89,7 @@ class PositronPlotsContribution extends Disposable implements IWorkbenchContribu
89
89
order : 3 ,
90
90
icon : Codicon . positronSizeToFit
91
91
} ;
92
- MenuRegistry . appendMenuItem ( MenuId . EditorTitle , zoomSubmenu ) ;
92
+ MenuRegistry . appendMenuItem ( MenuId . EditorActionsLeft , zoomSubmenu ) ;
93
93
94
94
// Register all the zoom actions
95
95
registerAction2 ( ZoomToFitAction ) ;
Original file line number Diff line number Diff line change @@ -454,12 +454,12 @@ export class PlotsActiveEditorCopyAction extends Action2 {
454
454
precondition : PLOT_IS_ACTIVE_EDITOR ,
455
455
menu : [
456
456
{
457
- id : MenuId . EditorTitle ,
457
+ id : MenuId . EditorActionsLeft ,
458
458
when : PLOT_IS_ACTIVE_EDITOR ,
459
459
group : 'navigation' ,
460
460
order : 2 ,
461
461
}
462
- ]
462
+ ] ,
463
463
} ) ;
464
464
}
465
465
@@ -491,7 +491,7 @@ export class PlotsActiveEditorSaveAction extends Action2 {
491
491
precondition : PLOT_IS_ACTIVE_EDITOR ,
492
492
menu : [
493
493
{
494
- id : MenuId . EditorTitle ,
494
+ id : MenuId . EditorActionsLeft ,
495
495
when : PLOT_IS_ACTIVE_EDITOR ,
496
496
group : 'navigation' ,
497
497
order : 1 ,
You can’t perform that action at this time.
0 commit comments