pulsar-titanium
pulsar-titanium copied to clipboard
Improvement: Remember last selected simulator
I usually use mainly the same development simulator (configured with my main language, Italian), and then I check with other simulators.
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)
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!