Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 555 Bytes

README.md

File metadata and controls

33 lines (22 loc) · 555 Bytes

rebar3_bsp

Experimental Rebar3 support for the Build Server Protocol (aka BSP) 2.0.0.

https://build-server-protocol.github.io

Build

$ rebar3 compile

Use

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

Todo

  • Handle Request IDs
  • Fix process leakage
  • Add POC for custom formatter
  • 100% coverage
  • Remove duplication with erlang-ls