문제

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?

도움이 되었습니까?

해결책

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

다른 팁

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

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top