Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add stdin piping #1

Open
1 of 3 tasks
n-arms opened this issue Feb 12, 2021 · 0 comments
Open
1 of 3 tasks

Add stdin piping #1

n-arms opened this issue Feb 12, 2021 · 0 comments

Comments

@n-arms
Copy link
Owner

n-arms commented Feb 12, 2021

Description

Input is important to programming, and as such it would make sense to have some way of piping an input stream into the spawn process.

Implementation

A text box on the IO panel could send a string to a stream piped into the spawn.

  • add text input box to IO panel
  • read from text input box into stream
  • read standard input from launch.json
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant