eclipse-theia / theia

Eclipse Theia is a cloud & desktop IDE framework implemented in TypeScript.
http://theia-ide.org
Eclipse Public License 2.0
19.38k stars 2.45k forks source link

Fix the issue of not updating recentList on unload #13794

Closed newliuyaoyan closed 3 weeks ago

newliuyaoyan commented 3 weeks ago

What it does

Fixed the issue of not updating the recentList file after the window was closed. This issue is caused by the late update of files when the window is closed.

How to test

After each window closure, check if the recentList file has been updated

Follow-ups

Review checklist

Reminder for reviewers