atom-community / atom-community/atom-script

Script extension can't get user input on run.

Open
#2,572 0 comments 0 reactions 0 assignees View on GitHub
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

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.