ZIm/crates/dap_adapters/src
Cole Miller 9d6b2e8a32
debugger: Don't take JS adapter's suggested child session name if it's empty (#33739)
Related to #33072 

We use the JS adapter's suggested names for child sessions, but
sometimes it sends us `""`, so don't use that one.

Release Notes:

- debugger: Fixed nameless child sessions appearing with the JavaScript
adapter.
2025-07-01 21:09:19 +00:00
..
codelldb.rs debugger: Do not include Rust in default value for sourceLanguages (CodeLLDB config) (#33670) 2025-07-01 11:03:40 +00:00
dap_adapters.rs Remove ruby debug adapter (#33541) 2025-06-30 09:15:56 -07:00
gdb.rs debugger: Support passing custom arguments to debug adapters (#33251) 2025-06-23 17:06:48 +00:00
go.rs debugger: Handle the envFile setting for Go (#33666) 2025-07-01 09:14:59 -07:00
javascript.rs debugger: Don't take JS adapter's suggested child session name if it's empty (#33739) 2025-07-01 21:09:19 +00:00
php.rs debugger: Support passing custom arguments to debug adapters (#33251) 2025-06-23 17:06:48 +00:00
python.rs debugger: Support passing custom arguments to debug adapters (#33251) 2025-06-23 17:06:48 +00:00