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

[Debug] The response to runInTerminal { kind: "external" ... } request does not arrive until the terminal is closed #238192

Open
vadimcn opened this issue Jan 18, 2025 · 0 comments
Assignees

Comments

@vadimcn
Copy link
Contributor

vadimcn commented Jan 18, 2025

Does this issue occur when all extensions are disabled?: N/A

  • VS Code Version: 1.96.4
  • OS Version: Ubuntu 22.04 x64

Steps to Reproduce:
From a debug adapter extension, send a runInTerminal request with kind: "external".

Result:
A new terminal opens, and the specified command is executed. However, the response to the message is not sent until the command completes or the window is closed by the user.

Expected Behavior:
Previously, the response would be sent immediately, as expected (and this is still the case for integrated terminals). However, at some point in the past year, this behavior has regressed as described above.

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