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
devenv: fix execing into a shell with devenv shell
The recent async-ification broke interactive shells here: something to
do with tokio's Command differences.
Switching to exec here to maximize compatibility with interactive shells.
0 commit comments