Experimental Rebar3 support for the Build Server Protocol (aka BSP) 2.0.0.
https://build-server-protocol.github.io
$ rebar3 compile
Add the plugin to your rebar config:
{plugins, [
{rebar3_bsp, {git, "[email protected]:erlang-ls/rebar3_erlang_ls.git", {tag, "0.1.0"}}}
]}.
Then just call your plugin directly in an existing application:
$ rebar3 bsp
- Handle Request IDs
- Fix process leakage
- Add POC for custom formatter
- 100% coverage
- Remove duplication with erlang-ls