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
Focus root folder for packages w/ sub-packages (#1766)
When loading a workspace we check if there is only one folder added, and
if so we focus it. Focusing a folder then kicks off things like package
resolution and test discovery.
However, if a package contained sub-packages we treated this as a
multi-root workspace and would not focus any. In this situation we
actually want to focus the root folder.
If we're in a multi-root workspace then we maintain the old behaviour as
its unclear what folder should be focused.
Issue: #1760
0 commit comments