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
Checked that there is not already an Atom package that provides the described functionality: https://atom.io/packages
Description
If you have Project A open in a normal Atom window and want to open it as well using the Reopen Project command in a safe/dev window, the existing Atom window will be focused.
This does not happen using Add Folder.
Steps to Reproduce
atom some-project
atom --safe
application:reopen-project
Select some-project
Expected behavior:some-project to open in the safe window
Prerequisites
Description
If you have Project A open in a normal Atom window and want to open it as well using the Reopen Project command in a safe/dev window, the existing Atom window will be focused.
This does not happen using Add Folder.
Steps to Reproduce
atom some-projectatom --safeapplication:reopen-projectsome-projectExpected behavior:
some-projectto open in the safe windowActual behavior: The normal window is focused
Reproduces how often: 100%
Versions
Additional Information
/cc @smashwilson