mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-03 15:01:57 +01:00
#22768 - changed according to code review
This commit is contained in:
@@ -511,8 +511,7 @@ export class VSCodeMenu {
|
||||
|
||||
if (folders.length || files.length) {
|
||||
openRecentMenu.append(__separator__());
|
||||
//workbench.action.clearRecentItems
|
||||
openRecentMenu.append(this.createMenuItem(nls.localize({ key: 'miClearRecentOpen', comment: ['&& denotes a mnemonic'] }, "&&Clear Items"), 'workbench.action.clearRecentItems'));
|
||||
openRecentMenu.append(this.createMenuItem(nls.localize({ key: 'miClearRecentOpen', comment: ['&& denotes a mnemonic'] }, "&&Clear Recent Files"), 'workbench.action.clearRecentFiles'));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user