-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Smart Mode bug - deleting chars not dedenting subsequent lines #37
Comments
For me it sometimes works, and sometimes not. I can't figure out a pattern to it, though. |
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!
I suspect you are onto something here: a timing issue with respect to Edits / user input. Will need to investigate further. |
The text was updated successfully, but these errors were encountered: