atom-community / atom-community/atom-script

Configure Run Options deleted after atom restart (how to save profiles ?)

Open
#1,553 7 comments 1 reaction 0 assignees View on GitHub
Dominant language
JavaScript
Stars
730
Forks
264
PR merge metrics
No merged PRs in 30d

Description

I frequently give the same arguments to run a program.
Just for example:
```
import sys
arg = sys.argv[1]
print(arg)
```

I can save a profile (cmd-shf-i) with a program argument.

![atom](https://user-images.githubusercontent.com/13811914/36918188-08e60c26-1e27-11e8-8933-72fca3fb1c07.png)

It works until I do not close the atom. But, when I restart the atom, the saved profiles are DELETED!

How can I save these profiles?

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.