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

delay sendText until terminal is ready? #11383

Closed
jrieken opened this issue Sep 1, 2016 · 1 comment
Closed

delay sendText until terminal is ready? #11383

jrieken opened this issue Sep 1, 2016 · 1 comment
Assignees

Comments

@jrieken
Copy link
Member

jrieken commented Sep 1, 2016

  • have code as creates a terminal and immediately sends text to it (like below)
  • it would be nice if sendText waits for bash (or whatever folks are using) to be ready before sending because now the stuff I have send shows up twice

screen shot 2016-09-01 at 12 38 13


        let terminal = vscode.window.createTerminal();
        terminal.sendText('node');
        terminal.sendText(text);
@Tyriar
Copy link
Member

Tyriar commented Sep 1, 2016

I don't think this is possible, closing as designed.

@Tyriar Tyriar closed this as completed Sep 1, 2016
@vscodebot vscodebot bot locked and limited conversation to collaborators Nov 18, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants