-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
'u' should clear modified flag #565
Comments
I wish... Unfortunately, this is something that VSCode won't let us do currently. |
Currently we are doing |
Yeah, they do provide the API now! However, it would not be a straightforward change. On top of porting our history tracking code, you'd also have to get the remapper to work, which depends on reversing individual keystrokes (jj => esc reverses both j's, even though they wouldn't be separate undo steps). |
@johnfn true. I'll have another round of sync up about the history access this afternoon and then let's how can we improve. |
Any progress on this? #2378 |
That's one of few things that prevents me from using vscode =( |
Closing in favor of #3201 |
What did you do?
open a file
do some editing
u
to undo all editingclose the file
What did you expect to happen?
the file be closed
What happened instead?
VSCode asks: Do you want to save the changes you made to xxxxx?
Technical details:
The text was updated successfully, but these errors were encountered: