You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Does this issue occur when all extensions are disabled?: N/A
Steps to Reproduce:
From a debug adapter extension, send a
runInTerminal
request withkind: "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.
The text was updated successfully, but these errors were encountered: