[Suggestion] Windows Terminal profile
See original GitHub issueFor bugs, describe what you’re seeing
By default, both WSL distros (Rancher Desktop
and Rancher Desktop Data
) are listed in Windows Terminal due to the automatic scan of WSL distros.
Not sure this is the wanted behavior, however when compared to Docker Desktop
, their WSL distros are not listed.
For feature requests, describe what you’d like to add or change Depending on what wants to be achieved by the Dev team, there could be two options for a better user experience:
- Hide/Delete both entries from the Windows Terminal (and Preview) profile (Windows path: %USERPROFILE%\AppData\Local\Packages\Microsoft.WindowsTerminal*\LocalState\settings.json)
- Only hide/delete the
Rancher Desktop Data
WSL distro entry as the user can’t/shouldn’t work with it and let theRancher Desktop
available (might be helpful for some debugging)
To Reproduce Steps to reproduce the behaviour:
- Have Windows Terminal installed
- Have Rancher Desktop installed
- Open a new instance of Windows Terminal and click on the profile selector icon
Result
Expected behaviour
As stated above, either both or the Rancher Desktop Data
should not appear
Screenshots See above
Setup (please complete the following information):
- OS: Windows 11
- Terminal: Windows Terminal and Windows Terminal Preview
- Rancher Desktop version: 0.6.0
- Kubernetes version: n/a (or applicable to all)
Thanks a lot for your support.
Issue Analytics
- State:
- Created 2 years ago
- Reactions:2
- Comments:5 (2 by maintainers)
Top Results From Across the Web
Windows Terminal tips and tricks | Microsoft Learn
Windows Terminal tips and tricks · On first launch · View default settings · Default profile settings · Rename a tab · Color...
Read more >5 tips for an awesome Windows Terminal experience - Endjin
Improve the already-great Windows Terminal experience by following these tips for customizing the application to work best for you.
Read more >How to make the ultimate Terminal Prompt on Windows 11
This is taking a Windows 11 machine basically from scratch and getting a perfect PowerShell prompt with OhMyPosh and Windows Terminal as ...
Read more >Add the ability to reorder the Terminal profiles #13281 - GitHub
When you click on the drop-down button to choose a Terminal profile to load be it PowerShell, Ubuntu, or Command Prompt, there's no...
Read more >My Ultimate PowerShell prompt with Oh My Posh and the ...
Again, see how PowerShell is in BOLD? That's because it's my default. Lots of Windows Terminal Profiles. Now, let's add a little...spice.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Yep! That’s the contract that some other distros are already reliant on, so we’re not about to change that.
Hey so maybe we should revisit this discussion. The Terminal totally provides a mechanism by which an application developer can customize profiles the Terminal dynamically generates. You should be able to use fragment extensions to set the
hidden
property using theupdates
property. These profiles would still show up in the settings UI for the Terminal, but not in the dropdown. That’s probably an acceptable tradeoff here.Other discussion: https://github.com/microsoft/terminal/issues/12757