[PR #679] [CLOSED] Add WSL distros to profiles by default #24232

Open
opened 2026-01-31 09:02:07 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/microsoft/terminal/pull/679
Author: @hbjydev
Created: 5/10/2019
Status: Closed

Base: masterHead: master


📝 Commits (6)

  • 7be92bd Add WSL to profiles by default (only if there's a default WSL shell at C:\Windows\System32\wsl.exe)
  • d36c05a Convert tabs to spaces (as per @carlos-zamora's request)
  • 6a818bd Made the WSL detection find all distros (courtesy of @JBanks)
  • f8a3e90 Merge, keeping up to date with upstream
  • 815cf09 Added WSL detection again (merge removed it...?)
  • 5bbc814 Remove old IsWSLInstalled function from header file

📊 Changes

2 files changed (+101 additions, -33 deletions)

View changed files

📝 src/cascadia/TerminalApp/CascadiaSettings.cpp (+68 -0)
📝 src/cascadia/TerminalApp/CascadiaSettings.h (+33 -33)

📄 Description

This closes #675

This will make sure that the user automatically gets a 'WSL' option in the new tab flyout.

EDIT: This also closes #441 thanks to @JBanks' code


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/microsoft/terminal/pull/679 **Author:** [@hbjydev](https://github.com/hbjydev) **Created:** 5/10/2019 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (6) - [`7be92bd`](https://github.com/microsoft/terminal/commit/7be92bd02085065dd657815cbc90c10ebe1258dd) Add WSL to profiles by default (only if there's a default WSL shell at C:\Windows\System32\wsl.exe) - [`d36c05a`](https://github.com/microsoft/terminal/commit/d36c05abd5095e12033fafb1f1356e873e860d86) Convert tabs to spaces (as per @carlos-zamora's request) - [`6a818bd`](https://github.com/microsoft/terminal/commit/6a818bd99e61e32f53f3bfb0fd6f8601c461e933) Made the WSL detection find all distros (courtesy of @JBanks) - [`f8a3e90`](https://github.com/microsoft/terminal/commit/f8a3e90f13b39b324f846e7f59f44aaf241c994e) Merge, keeping up to date with upstream - [`815cf09`](https://github.com/microsoft/terminal/commit/815cf09610f873185fe0a5d51bb2ab4e7e2b8eca) Added WSL detection again (merge removed it...?) - [`5bbc814`](https://github.com/microsoft/terminal/commit/5bbc814be458c8c90e137b3636ee341ed1a55751) Remove old IsWSLInstalled function from header file ### 📊 Changes **2 files changed** (+101 additions, -33 deletions) <details> <summary>View changed files</summary> 📝 `src/cascadia/TerminalApp/CascadiaSettings.cpp` (+68 -0) 📝 `src/cascadia/TerminalApp/CascadiaSettings.h` (+33 -33) </details> ### 📄 Description This closes #675 This will make sure that the user automatically gets a 'WSL' option in the new tab flyout. EDIT: This also closes #441 thanks to @JBanks' code --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-31 09:02:07 +00:00
Sign in to join this conversation.
No Label pull-request
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#24232