New tabs should re-read environment variable list. #14948
Labels
Issue-Feature
Complex enough to require an in depth planning process and actual budgeted, scheduled work.
Resolution-Duplicate
There's another issue on the tracker that's pretty much the same thing.
Description of the new feature/enhancement
I'm not really sure if this should be filed as an issue or not, but I'm changing projects, and thusly environment variables all the time. Unfortunately, the terminal app runs as a single app, and never re-reads environment variables from the windows environment, which means I have to remember to close and re-open terminal if I want to see those changes. It would be nice if there was a button that would let me explicitly refresh the environment for a specific tab... at the very least closing and re-opening a tab should re-read the environment variables into the new shell for use.
Proposed technical implementation details (optional)
When I open a new terminal tab, it should have the most up-to-date version of all environment variables and other settings that I've set. This should be done in a predictable way, such that any process running in other tabs should retain the previous version of the environment variables, so that any processes running in those tabs doesn't get confused.
The text was updated successfully, but these errors were encountered: