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
One of the reasons for #256746 might be that we don't respect the cancelation token. When I add a few logs, I see a lot of _getExecutablesInPath calls going the non-cached route just by typing in the terminal:
These a, b logs should never have happened.
The fetchAndCacheShellGlobals change we did in #259051 also needs to happen for getExecutablesInPath.