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
When configurating Theia to automatically save onFocusChange, it is expected that the Auto Save Delay setting will not have any effect since it is written very clearly that this setting gets applied only when Auto Save is set to afterDelay.
However, it seems this is not respected as you can see in the GIF file below.
Steps to Reproduce:
Configure Auto Save to be OnFocusChange
Set a high value for Auto Save Delay, e.g. 10000 to observe your file is never changed before 10 seconds, even when you change focus and expect the file to be saved then.
Continue playing with the Auto Save Delay value until you get convinced it is indeed not respecting the promise that onFocusChange should take precedence and Auto Save Delay should only be enforced when the Auto Save is set to afterDelay.
Additional Information
Operating System: Ubuntu Xenial (with ESM)
Theia Version: 1.26
The text was updated successfully, but these errors were encountered:
Bug Description:
When configurating Theia to automatically save
onFocusChange
, it is expected that the Auto Save Delay setting will not have any effect since it is written very clearly that this setting gets applied only when Auto Save is set toafterDelay
.However, it seems this is not respected as you can see in the GIF file below.
Steps to Reproduce:
OnFocusChange
10000
to observe your file is never changed before 10 seconds, even when you change focus and expect the file to be saved then.onFocusChange
should take precedence and Auto Save Delay should only be enforced when the Auto Save is set toafterDelay
.Additional Information
The text was updated successfully, but these errors were encountered: