提交 87082226 编写于 作者: S Sandeep Somavarapu 提交者: Benjamin Pasero

Fix #62411 (#64433)

上级 1f172f36
......@@ -1091,9 +1091,9 @@ export class WindowsManager implements IWindowsMainService {
}
}
} catch (error) {
const fileUri = URI.file(candidate);
this.historyMainService.removeFromRecentlyOpened([fileUri]); // since file does not seem to exist anymore, remove from recent
this.historyMainService.removeFromRecentlyOpened([candidate]); // since file does not seem to exist anymore, remove from recent
const fileUri = URI.file(candidate);
if (options && options.ignoreFileNotFound) {
return { fileUri, createFilePath: true, remoteAuthority }; // assume this is a file that does not yet exist
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册