move separator inside

This commit is contained in:
meganrogge 2021-04-21 19:59:45 -07:00
parent a536ece09f
commit 159d5d2799
No known key found for this signature in database
GPG key ID: 3155C8B2F0428C81

View file

@ -428,8 +428,8 @@ export class TerminalTabbedView extends Disposable {
const actionsDisposable = createAndFillInContextMenuActions(menu, undefined, actions);
actions.push(new Separator());
if (menu === this._tabsWidgetMenu) {
actions.push(new Separator());
let action;
if (this._configurationService.inspect('terminal.integrated.tabsLocation').userValue === 'left') {
action = new Action('moveRight', 'Move Tabs Right', undefined, undefined, async () => {