debugger: Use integrated terminal for Python (#31190)
Closes #ISSUE Release Notes: - debugger: Use integrated terminal for Python, allowing one to interact with standard input/output when debugging Python projects.
This commit is contained in:
parent
8ab664a52c
commit
3c03d53e3e
4 changed files with 26 additions and 1 deletions
13
Cargo.lock
generated
13
Cargo.lock
generated
|
@ -4054,6 +4054,7 @@ dependencies = [
|
|||
"dap",
|
||||
"futures 0.3.31",
|
||||
"gpui",
|
||||
"json_dotpath",
|
||||
"language",
|
||||
"paths",
|
||||
"serde",
|
||||
|
@ -8550,6 +8551,18 @@ dependencies = [
|
|||
"wasm-bindgen",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "json_dotpath"
|
||||
version = "1.1.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "dbdcfef3cf5591f0cef62da413ae795e3d1f5a00936ccec0b2071499a32efd1a"
|
||||
dependencies = [
|
||||
"serde",
|
||||
"serde_derive",
|
||||
"serde_json",
|
||||
"thiserror 1.0.69",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "jsonschema"
|
||||
version = "0.30.0"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue