mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-03 15:01:57 +01:00
22768
This commit is contained in:
@@ -511,7 +511,8 @@ export class VSCodeMenu {
|
||||
|
||||
if (folders.length || files.length) {
|
||||
openRecentMenu.append(__separator__());
|
||||
openRecentMenu.append(new MenuItem(this.likeAction('clearRecentlyOpened', { label: mnemonicLabel(nls.localize({ key: 'miClearItems', comment: ['&& denotes a mnemonic'] }, "&&Clear Items")), click: () => this.windowsService.clearRecentPathsList() }, false)));
|
||||
//workbench.action.clearRecentItems
|
||||
openRecentMenu.append(this.createMenuItem(nls.localize({ key: 'miClearRecentOpen', comment: ['&& denotes a mnemonic'] }, "&&Clear Items"), 'workbench.action.clearRecentItems'));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user