mirror of
https://github.com/microsoft/debugpy.git
synced 2025-12-23 08:48:12 +00:00
dap: Ensure cwd is present in runInTerminal request
This commit is contained in:
parent
99b202ee21
commit
5d7503189a
1 changed files with 1 additions and 0 deletions
|
|
@ -148,6 +148,7 @@ def spawn_debuggee(
|
|||
"title": console_title,
|
||||
"args": cmdline,
|
||||
"env": env,
|
||||
"cwd": ""
|
||||
}
|
||||
if cwd is not None:
|
||||
request_args["cwd"] = cwd
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue