Cherry-pick fix for JS debug terminal scenario (#34101)

Manual cherry-pick of #33924 

Release Notes:

- Debugger: Fix RunInTerminal not working for JavaScript debugger.

---------

Co-authored-by: Remco Smits <djsmits12@gmail.com>
This commit is contained in:
Cole Miller 2025-07-09 10:25:14 -04:00 committed by GitHub
parent 32357e338a
commit 63e03abce0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
14 changed files with 305 additions and 90 deletions

View file

@ -218,7 +218,7 @@ impl Tool for TerminalTool {
.update(cx, |project, cx| {
project.create_terminal(
TerminalKind::Task(task::SpawnInTerminal {
command: program,
command: Some(program),
args,
cwd,
env,