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:
Piotr Osiewicz 2025-05-22 16:34:10 +02:00 committed by GitHub
parent 8ab664a52c
commit 3c03d53e3e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 26 additions and 1 deletions

View file

@ -26,6 +26,7 @@ async-trait.workspace = true
dap.workspace = true
futures.workspace = true
gpui.workspace = true
json_dotpath.workspace = true
language.workspace = true
paths.workspace = true
serde.workspace = true