maddyblue / acre

langserver client for acme in rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

incorrectly sending DidChange sometimes

maddyblue opened this issue · comments

I think this is happening because acme's log doesn't update correctly all the time, and so a changed window sometimes hasn't had its initial Open message sent. Change and Save should both ensure that Open has already been sent (one simple way could be to always sync windows on Put).