erlang-ls / erlang_ls

The Erlang Language Server
https://erlang-ls.github.io/
Apache License 2.0
618 stars 136 forks source link

Multiple edits could cause invalid text edits #1478

Closed plux closed 5 months ago

plux commented 5 months ago

This is not really a proper fix since it will make text editing less efficient, but finding the root cause is tricky.

A follow up change could be made to fix the root cause.

Fixes #1427.