# rebar3_bsp **Repository Path**: zxtree2006/rebar3_bsp ## Basic Information - **Project Name**: rebar3_bsp - **Description**: https://github.com/erlang-ls/rebar3_bsp - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-11-15 - **Last Updated**: 2022-11-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 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, "git@github.com: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