
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>
4 lines
85 B
Rust
4 lines
85 B
Rust
pub(crate) mod cargo;
|
|
pub(crate) mod go;
|
|
pub(crate) mod node;
|
|
pub(crate) mod python;
|