lexical-lsp / lexical

Lexical is a next-generation elixir language server
874 stars 80 forks source link

Stopped passing the server project over to remote_control #731

Closed scohen closed 4 months ago

scohen commented 4 months ago

RemoteControl has a global project object that's been augmented with extra information, but sometimes we pass server's project over to remote control. The server doesn't have this extra information, and in cases of compilation, it can cause spurious failures, like not being able to find a project's .formatter.exs

Fixes #727

scohen commented 4 months ago

@soundmonster this is a much simpler change that should also fix your issue.