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

calling terminal.sendText in onDidEndTerminalShellExecution causes terminal to close, process to exit with process 127 #226887

Open
meganrogge opened this issue Aug 27, 2024 · 0 comments
Assignees

Comments

@meganrogge
Copy link
Contributor

meganrogge commented Aug 27, 2024

Testing #226655

  1. use the extension sample for terminal-shell-integration
  2. add the following:
vscode.window.onDidEndTerminalShellExecution(e => e.terminal.sendText('bye'));
  1. create a terminal
  2. run a command
  3. 🐛 see the terminal close

Trace logs:

logs.txt

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

2 participants