[PR #164] [MERGED] Change listing of available schemes to use directory of executable #24073

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

📋 Pull Request Information

Original PR: https://github.com/microsoft/terminal/pull/164
Author: @Hsn723
Created: 4/29/2018
Status: Merged
Merged: 4/30/2018
Merged by: @miniksa

Base: masterHead: master


📝 Commits (1)

  • 78e50fc Change listing of available schemes to use directory of executable

📊 Changes

1 file changed (+4 additions, -2 deletions)

View changed files

📝 tools/ColorTool/ColorTool/Program.cs (+4 -2)

📄 Description

For use cases where ColorTool has been added to and invoked from PATH, for instance, using a relative path from the working directory to print schemes will result in an empty list. Instead, use the path of the ColorTool.exe to find installed schemes.


🔄 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/164 **Author:** [@Hsn723](https://github.com/Hsn723) **Created:** 4/29/2018 **Status:** ✅ Merged **Merged:** 4/30/2018 **Merged by:** [@miniksa](https://github.com/miniksa) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`78e50fc`](https://github.com/microsoft/terminal/commit/78e50fcf260b749adfded714016e3a636287af30) Change listing of available schemes to use directory of executable ### 📊 Changes **1 file changed** (+4 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `tools/ColorTool/ColorTool/Program.cs` (+4 -2) </details> ### 📄 Description For use cases where ColorTool has been added to and invoked from PATH, for instance, using a relative path from the working directory to print schemes will result in an empty list. Instead, use the path of the ColorTool.exe to find installed schemes. --- <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:01:16 +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#24073