mirror of
https://github.com/WhatsApp/erlang-language-platform.git
synced 2025-12-23 12:26:48 +00:00
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 |
||
|---|---|---|
| .. | ||
| src | ||
| testFixture | ||
| package-lock.json | ||
| package.json | ||
| tsconfig.json | ||