Handle files.autoSave
options onFocusChange
and onWindowChange
#10812
Labels
files.autoSave
options onFocusChange
and onWindowChange
#10812
Feature Description:
The VSCode preference
files.autoSave
(currentlyeditor.autoSave
in Theia) has four options:off
,afterDelay
,onFocusChange
,onWindowChange
.As of v1.24, Theia supports those options, but treats all options other than
off
as equivalent toafterDelay
. We should implement proper handling foronFocusChange
andonWindowChange
.The text was updated successfully, but these errors were encountered: