Reputation: 185
I have Webstorm version 9. I am trying to remove a specific project from the "Reopen Project" list.
I know there is the option to clear the entire list but i want to remove from it just a specific project. Screenshot is attached.
Upvotes: 0
Views: 113
Reputation: 185
On windows you can open the following file:
%USERPROFILE%\.WebStorm9\config\options\other.xml
and remove the line with the path for your project from the following node:
<option name="recentPaths">
Upvotes: 1