atom-community / atom-community/atom-script
Configure Run Options deleted after atom restart (how to save profiles ?)
Open
- 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.

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
Assessment
This issue has not been assessed yet.