Terminal Restarting when Reloading Solution
seasoned-code opened this issue · 2 comments
After a change to the solution file has taken place and then subsequently reloaded, there is a forced reload of the terminal. This did not happen before, but the recent update causes this. It would not particularly be a problem, but it also clears the console screen and any history that you had would be gone.
Ideally. I would not want to have to use git reflog to look back history I am looking for while I am in the middle of a rebase or a collection of cherry-picks (speaking of git of course).
Was this an intentional change, or unintentional? If the former, what is the reason, it seems rather inconvenient.
Edit below is the text in the console
solution changed, restarting terminal in new directory
Reloading on solution reload was definitely not intended. The intended feature is to reload when your solution changes to automatically switch to the new solution directory. As a workaround go to Tools>Options>WhackWhackTerminal and change the "Change to Current Solution" option to false.
That workaround is sufficient. Thank you!