Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improvement: Remember last selected simulator #116

Open
sandrolain opened this issue Jul 16, 2018 · 2 comments
Open

Improvement: Remember last selected simulator #116

sandrolain opened this issue Jul 16, 2018 · 2 comments
Labels

Comments

@sandrolain
Copy link

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

@Daargajedan
Copy link

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)

@hansemannn
Copy link
Contributor

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants