Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Remove application from Typesafe Activator

I recreated the same project multiple times, previously deleting it from disk.

Now the 'Open existing app...' is populated with inexistent projects and Typesafe Activator is adding an incremental suffix to them project-name-1, project-name-2, project-name-n.

How do I remove or delete an application from 'Open existing app...' list?

like image 405
David Riccitelli Avatar asked Oct 19 '13 08:10

David Riccitelli


2 Answers

It's not implemented yet. However, you can look under ~/.activator/<version>/config.json and directly remove the application there. If you want to remove all the applications either delete the file or set to {"applications":[]} We haven't documented the config.json format, because we haven't locked on a stable config file there yet, hence why it's under a versioned directory.

I believe there's already a ticket for the feature: https://github.com/typesafehub/activator/issues/17

like image 184
jsuereth Avatar answered Sep 28 '22 07:09

jsuereth


The current version of activator has a delete button! delete button is a cross in a grey circle. it can be found on the right hand side of the application listing in the right hand "open existing app" sidebar

like image 31
m01 Avatar answered Sep 28 '22 09:09

m01