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
Currently, the FileHistoryManager's history_dir parameter cannot be configured from outside the Editor class. While FileHistoryManager supports a history_dir parameter, it's hardcoded to None when creating the instance in Editor's init method.