jbaron / cats

Code Assistant for TypeScript
Apache License 2.0
408 stars 66 forks source link

Clear Recent Projects #158

Open dtrillo opened 8 years ago

dtrillo commented 8 years ago

How can i do that? Thank you in advance!

jbaron commented 8 years ago

It is stored using LocalStorage API. So depend on the platform. On OSX it should be something like ~/Library/Application Support/typescript-cats

There is no feature yet to remove recent projects from the IDE itself

dtrillo commented 8 years ago

It could be great if you add it to the TODO list!

I guess that removing everything in one step mst be enought!

jbaron commented 8 years ago

I agree. Just made it a enhancement request. The other thing is that the recent projects are right now not in order of most recently opened. So that can be addressed at the same time.

dtrillo commented 7 years ago

I miss this enhancement in verion 2: deleting the LocalStorage fro projects. I don't mind the order of the projects, but when you have a long list or projects, it's better to remove all projects.