atom-script
atom-script copied to clipboard
Can cooperate with Atom Terminals (allows inputs)
To solve a common 'problem' seen by users regarding inputs not working, send commands from Script to Terminus to run rather than Atom's Buffered Process. Code is run in Terminus' internal terminal window and allows for Input (If Terminus not installed, returns to default behavior).
Originally posted by @Kacarott in #2237
Merging requires squashing and using feat: in the beginning to trigger the release.
If a terminal is not already open nothing happens. We should fall back to the original method in these cases
It seems it is fixed. But not sure why it was happening. I hope it isn't a random bug in the terminal service.