ZIm/crates/project/src/debugger/locators.rs
Kirill Bulatov 1e83022f03
Add a JS/TS debug locator (#31769)
With this, a semi-working debug session is possible from the JS/TS
gutter tasks:


https://github.com/user-attachments/assets/8db6ed29-b44a-4314-ae8b-a8213291bffc

For now, available in debug builds only as a base to improve on later on
the DAP front.

Release Notes:

- N/A

---------

Co-authored-by: Piotr Osiewicz <peterosiewicz@gmail.com>
2025-05-30 17:15:42 +00:00

4 lines
85 B
Rust

pub(crate) mod cargo;
pub(crate) mod go;
pub(crate) mod node;
pub(crate) mod python;