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
Opened as "create_from_github() doesn't reset active project properly".
But that's not really true.
The problem is that this should be handled in more of an on.exit() way. I happened to discover it via create_from_github() because I experienced a clone failure (due to git2r's usual inability to deal with ssh automatically), but the active project had already been changed. So we exited via an error and therefore did not restore active project.
Create functions now preserve the active project. This shouldn't affect people using RStudio, since a new session will be started automatically, but I think this is easier to reason about
Fixes#453
* Use on.exit() to ensure errors don't leave you in an unhappy place
* New proj_activate() provides user facing way of changing active project
Fixes#453
No description provided.
The text was updated successfully, but these errors were encountered: