-
Notifications
You must be signed in to change notification settings - Fork 8.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Reload/Restart
Action - i.e. vscode's Reload Window
#17239
Comments
Hi I'm an AI powered bot that finds similar issues based off the issue title. Please view the issues below to see if they solve your problem, and if the issue describes your problem please consider closing this one and thumbs upping the other issue to help us prioritize it. Thank you! Closed similar issues:
|
It still does! I suspect though what you're seeing is that when you save a fragment file, the Terminal doesn't hot-reload that. I could have swore there was an issue for that. You can just touch the main terminal settings file to have it hot-reload the fragments too. The terminal will continue to always support hot-reloading its own settings file. I'm not about to break that any time soon 😄
Oh you may be interested in the "Restart connection" action, added in 1.18, in #15241. (#3726 was this) |
@zadjii-msft I just tried what you suggested, save the main settings.json and no joe... is it possible if the file is symlinked that it might not detect changes? |
Alright, I'll close this for now then as the other issue #13416 addresses env vars. |
Description of the new feature/enhancement
Often I find myself wanting to restart Windows Terminal, it would be nice to have a stock command/action in the
Command Palette
. Something similar to vscode'sDeveloper: Reload Window
Proposed technical implementation details (optional)
Two use cases come to mind:
I do not personally need to re-open tabs/panes that were closed, instead I can start with a single new tab. That said, the new option to restore pane contents when starting terminal would likely work well with a restart action.
The net effect would be to terminate (close all windows/tabs/panes) the wt.exe process and then relaunch it. Or, if there is a way to do that without killing / starting a new process that would be fine too.
The text was updated successfully, but these errors were encountered: