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
{{ message }}
This repository was archived by the owner on Sep 6, 2021. It is now read-only.
FindUtils.performReplacements has a blocking promise for the result but needs to wait on CommandManager.execute(FILE_OPEN, ...) rather than use the blocking synchronous private method MainViewManger._edit to open the file in the editor.