David Riccitelli
David Riccitelli

Reputation: 7812

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?

Upvotes: 6

Views: 1898

Answers (2)

m01
m01

Reputation: 9395

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

Upvotes: 1

jsuereth
jsuereth

Reputation: 5624

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

Upvotes: 11

Related Questions