A frontend-independent IDE "smartness" server for Elixir. Implements the "Language Server Protocol" standard and provides debugger support via the "Debug Adapter Protocol"
If formatter plugins are used the function will call loadpaths and possibly compile leading to unwanted protocol consolidation and race conditions. We need to prevent that without relying on build lock
If formatter plugins are used the function will call
loadpaths
and possiblycompile
leading to unwanted protocol consolidation and race conditions. We need to prevent that without relying on build lock