Open shaunlebron opened 6 years ago
I do not see this behavior on the master branch right now:
Thoughts?
For me it sometimes works, and sometimes not. I can't figure out a pattern to it, though.
Actually, for me it happens also when adding characters. Like so:
And sometimes when deleting, like so:
I'm wondering if this could be a performance issue. My Mac is pretty slow. I have a similar issue with Calva Format with its onType and onSave formatting providers. Sometimes it just doesn't happen, even though I can debug log it and see that I did ”ask” vscode to do it. Maybe vscode skips bothering with edits if it takes too long time from the event handler is triggered to the edits are computed?
@PEZ Thank you for looking into this!
Maybe vscode skips bothering with edits if it takes too long time from the event handler is triggered to the edits are computed?
I suspect you are onto something here: a timing issue with respect to Edits / user input. Will need to investigate further.