Replies: 1 comment
|
I would say the most logical would likely be not restore the terminal. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
In #2859, I made sure that open the terminal view with a folder selected restores the existing terminals (opened in a previous session) without setting all working directories to the selected directory.
In a comment, @iloveeclipse mentioned one situation I didn't think of: What should happen if the restored directory doesn't exist? Currently, the working directory used will be the current working directory the Eclipse IDE is started with from what I can see (at least on my Linux system), regardless of the initial working directory configured in the preferences.
For improve this for the future, I see the following options:
Initial Working Directorypreference. This is supposed to be the default location after all.Any opinions on that?
All reactions