aligned items under tools.

Signed-off-by: Akos Kitta <kittaakos@typefox.io>
This commit is contained in:
Akos Kitta 2020-07-18 21:02:46 +02:00
parent 5d23cb5270
commit 5788ca3761
2 changed files with 3 additions and 2 deletions

View File

@ -31,7 +31,8 @@ export class BoardsListWidgetFrontendContribution extends ListWidgetFrontendCont
if (this.toggleCommand) {
menus.registerMenuAction(ArduinoMenus.TOOLS, {
commandId: this.toggleCommand.id,
label: 'Boards Manager...'
label: 'Boards Manager...',
order: '4'
});
}
}

View File

@ -51,7 +51,7 @@ export class MonitorViewContribution extends AbstractViewContribution<MonitorWid
menus.registerMenuAction(ArduinoMenus.TOOLS, {
commandId: this.toggleCommand.id,
label: 'Serial Monitor',
order: '4'
order: '5'
});
}
}