dotnet / HttpRepl

The HTTP Read-Eval-Print Loop (REPL) is a lightweight, cross-platform command-line tool that's supported everywhere .NET Core is supported and is used for making HTTP requests to test ASP.NET Core web APIs and view their results.
MIT License
700 stars 69 forks source link

Windows Terminal icon for Http Repl #441

Open wangkanai opened 3 years ago

wangkanai commented 3 years ago

Sorry for question something so simply. But how do I get a nice icon tab in the Windows Terminal for HttpRepl?

image

I have the following settings.json profile for HttpRepl.

{
    "guid": "{ed169b2d-df96-42d8-bf59-52940f2cdf04}",
    "name": "HttpRepl",
    "commandline": "httprepl",
    "hidden": false
}
tlmii commented 3 years ago

Most of the default icons you see in the Windows Terminal are provided by the Terminal itself, and they only do that for a few things like cmd, powershell, azure cloud shell, linux, etc.

You can specify an icon in your settings.json file (see Dropdown Settings in the Windows Terminal docs), but you'll have to pick whatever you want it to be since we don't currently have an icon for the tool.

wangkanai commented 3 years ago

@tlmii thank you. I found the icon tag in setting.json.

HttpRepl should have an official icon now 😄

tlmii commented 3 years ago

I'm all for an icon... @bradygaster is this something the D3 folks could throw together for us?