pulsar-titanium icon indicating copy to clipboard operation
pulsar-titanium copied to clipboard

Improvement: Remember last selected simulator

Open sandrolain opened this issue 6 years ago • 2 comments

I usually use mainly the same development simulator (configured with my main language, Italian), and then I check with other simulators.

schermata 2018-07-16 alle 09 21 51

sandrolain avatar Jul 16 '18 07:07 sandrolain

I had the same idea.

Maybe you could memorize all the last run settings, (liveview, certs and the run command when you use the costum methode)

Daargajedan avatar Jul 18 '18 23:07 Daargajedan

You can use the atom.config.get and atom.config.set API to do this. I have done it locally for LiveView and it works fine. But different to LiveView, configs like certs and devices should be configurable via project, not globally, which shouldn't be an issue as well, by simply appeding a slug of the project in the settings. Go for it!

hansemannn avatar Jul 22 '18 18:07 hansemannn