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
According to procmon ST actually appears to invoke 2 (different kinds of) write operations when saving, even in (SAFE MODE).
But compared to the dozens of QueryBasicInformationFile calls etc. and even more heavy FS operations when plugins are involved, that's just nothing I'd even pay attention to at all. Maybe even caused by an implementation detail of Windows API.
That's how saving a REAMDE.md in SAFE MODE looks like
Description of the bug
As a user, I want to save a file. The application saves it 2 times in a row.
Steps to reproduce
Expected behavior
One write operation to the file system should be done per one save.
Actual behavior
There are 2 write operations to the file system per save.
Sublime Text build number
4180
Operating system & version
Win10
(Linux) Desktop environment and/or window manager
No response
Additional information
No response
OpenGL context information
No response
The text was updated successfully, but these errors were encountered: