ericglau / cairo-ls

Cairo Language Server

Home Page:https://marketplace.visualstudio.com/items?itemName=ericglau.cairo-ls

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Diagnostic highlights should interrupt in-progress compiler calls if a later one occurs

ericglau opened this issue · comments

If a document is updated before a previous compile completes, interrupt the previous one and do not let it update the highlighting.

Fixed by c778623