erlang-language-platform/editors/code/client
Roberto Aloi ff9c0b89c8 Add support for interactive debugging for rebar3 projects
Summary:
This diff brings feature parity when it comes to code lenses between `rebar3` and `buck2` projects. Specifically:

* Adds the `openInteractive` command to the OSS extension, which starts a rebar3 shell
* Adds the `debugInteractive` command to the OSS extension, which starts a rebar3 shell in debug mode (no tests are run)
* Adds the `runInteractive` command to the OSS extension, which runs the test in an open shell (either a debugging one or not)
* It enables the "debug" and "interactive" lenses by default
* It adds some extra logging

Reviewed By: alanz

Differential Revision: D82101533

fbshipit-source-id: cb051a1b6a968bc603d81d7045bfd9e34ddb5b73
2025-09-11 06:06:54 -07:00
..
src Add support for interactive debugging for rebar3 projects 2025-09-11 06:06:54 -07:00
testFixture Initial commit 2023-08-02 07:54:59 -07:00
package-lock.json fix dependabot alert 2025-06-17 02:25:32 -07:00
package.json Update VS Code configuration options 2024-04-22 07:19:06 -07:00
tsconfig.json Initial commit 2023-08-02 07:54:59 -07:00