提交 d1b963ac 编写于 作者: B Benjamin Pasero

menu - add a separator

上级 91991979
......@@ -493,6 +493,7 @@ export class VSCodeMenu {
let commands = this.createMenuItem(nls.localize('miCommandPalette', "&&Command Palette..."), 'workbench.action.showCommands');
let markers = this.createMenuItem(nls.localize('miMarker', "&&Errors and Warnings..."), 'workbench.action.showErrorsWarnings');
let output = this.createMenuItem(nls.localize('miToggleOutput', "Toggle &&Output"), 'workbench.action.output.toggleOutput');
let debugConsole = this.createMenuItem(nls.localize('miToggleDebugConsole', "Toggle De&&bug Console"), 'workbench.debug.action.toggleRepl');
......@@ -514,6 +515,7 @@ export class VSCodeMenu {
__separator__(),
commands,
markers,
__separator__(),
output,
debugConsole,
__separator__(),
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册