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

Call app.clearRecentDocuments when clearing recent paths

上级 c06efa68
......@@ -262,6 +262,7 @@ export class VSCodeMenu {
private clearOpenedPathsList(): void {
storage.setItem(windows.WindowsManager.openedPathsListStorageKey, { folders: [], files: [] });
app.clearRecentDocuments();
this.updateMenu();
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册