debugger: Fix panic when handling invalid RunInTerminal
request (#32500)
The new dap-types version has a default to cwd for the RunInTerminalRequest Closes #31695 Release Notes: - debugger beta: Fix panic that occurred when a debug adapter sent an invalid `RunInTerminal` request
This commit is contained in:
parent
9c513223c4
commit
5eb68f0ea4
3 changed files with 36 additions and 5 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -4050,7 +4050,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "dap-types"
|
||||
version = "0.0.1"
|
||||
source = "git+https://github.com/zed-industries/dap-types?rev=68516de327fa1be15214133a0a2e52a12982ce75#68516de327fa1be15214133a0a2e52a12982ce75"
|
||||
source = "git+https://github.com/zed-industries/dap-types?rev=cef124a5109d6fd44a3f986882d78ce40b8d4fb5#cef124a5109d6fd44a3f986882d78ce40b8d4fb5"
|
||||
dependencies = [
|
||||
"schemars",
|
||||
"serde",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue