You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sometimes, when you quickly press Ctrl/Cmd+S multiple times, the editor's dirty state may not disappear.
Steps to Reproduce:
Open an text file
Make some edits, and intermediately press cmd/ctrl+s twice quickly
Note that the editor's dirty state icon does not disappear.
It is easier to reproduce this issue when the saving process is slow. For example, you can easily reproduce it by adding an additional delay in MonacoEditorModel.doSave:
Bug Description:
Sometimes, when you quickly press Ctrl/Cmd+S multiple times, the editor's dirty state may not disappear.
Steps to Reproduce:
It is easier to reproduce this issue when the saving process is slow. For example, you can easily reproduce it by adding an additional delay in MonacoEditorModel.doSave:
Additional Information
Screen record
The text was updated successfully, but these errors were encountered: