dap: Ensure cwd is present in runInTerminal request

This commit is contained in:
Piotr Osiewicz 2025-06-25 00:40:33 +02:00 committed by GitHub
parent 99b202ee21
commit 5d7503189a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -148,6 +148,7 @@ def spawn_debuggee(
"title": console_title,
"args": cmdline,
"env": env,
"cwd": ""
}
if cwd is not None:
request_args["cwd"] = cwd