-
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 a parameter for --closeOnExit
#16060
Comments
Sorry could you elaborate more/? What exactly do you mean by "keep open"? Like, "always on top"? Or do you mean something more like "keep running even after I've closed all windows"? Or something else entirely? I'm not sure I'm totally familiar with all the powertoys these days 😝 |
@zadjii-msft Use case: Shell plugin of PT Run. The window should stay open to show the results. (Currently we need some tricks to keep the command results visible which lead to microsoft/PowerToys#28876.) |
Oh, so like, a |
yes |
Er, well, reading that closer, that might not be quite right. Like, for If the goal is just to leave the output on the screen after the command exits, that's easy enough to add with |
The main goal is to keep the window open for reading the output. So |
--closeOnExit
@zadjii-msft Regarding the dev env: How many disk space do I need? Are there any special requirements I need to take care on? |
Go for it! We're probably not going to get to this soon anyways. RE: system reqs: Building cppwinrt code takes a lot of disk space for |
@zadjii-msft Then I think 60 - 80 GB should be enough free disk space hopefully. |
@davidegiacometti, I know that you have contributed code to WT in the past. Do you have an idea what is wrong/missing? |
Do you have the old .NET Framework SDK installed? |
Do I need to install it in VS using the VS installer or can I download and install the sdk? I tried to install the .Net 4.8 target release package on weekends without fixing the VS warning. |
I have the .NET 4.8 installed from VS |
@davidegiacometti , @zadjii-msft |
Description of the new feature/enhancement
You can sett e keep open parameter as parameter of the shell used. But if this Is dynamic (e.g. in PowerToys shell plugin) a global parameter for WT would be helpful.
This parameter should keeps the WT window open regardless of the choosen profile and its parameters.
Proposed technical implementation details (optional)
The text was updated successfully, but these errors were encountered: