atom-community / atom-community/atom-script
Script extension can't get user input on run.
Open
- Dominant language
- JavaScript
- Stars
- 730
- Forks
- 264
- PR merge metrics
- No merged PRs in 30d
Description
I tried running a simple ruby script in Atom with the Script extension, it could not even execute the code and it was stuck. This is a big issue and it **should** be _fixed_ immediately.
Try running the code below with the script extension in Atom Editor. (It's in the Ruby programming langauge)
``` Ruby
puts "What's your name?"
puts ("Hello, " + gets.strip + "!")
```
Run this in the Atom Editor with the script extension. See if it works or not.
Contributor guide
Assessment
This issue has not been assessed yet.