From 0cdc42fb8500d91c7f889861ff9488c95d933757 Mon Sep 17 00:00:00 2001 From: Matt Wojciakowski Date: Fri, 29 Jan 2021 13:07:43 -0800 Subject: [PATCH] Add icon example and folder location As originally submitted by @aloneguid in https://github.com/MicrosoftDocs/terminal/pull/135 --- TerminalDocs/customize-settings/profile-general.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/TerminalDocs/customize-settings/profile-general.md b/TerminalDocs/customize-settings/profile-general.md index 50d31a51..05276281 100644 --- a/TerminalDocs/customize-settings/profile-general.md +++ b/TerminalDocs/customize-settings/profile-general.md @@ -95,7 +95,12 @@ This sets the icon that displays within the tab, dropdown menu, jumplist, and ta **Accepts:** File location as a string, or an emoji -
+The icon image file will need to be placed in a location that the Terminal app can read. Place icon images in the Windows Terminal AppData folder, located at: + +``` +%LOCALAPPDATA%\Packages\Microsoft.WindowsTerminal_8wekyb3d8bbwe\RoamingState +``` +As an example, if you place the icon image `ubuntu.ico` in this folder, the property will be `"icon": "ms-appdata:///roaming/ubuntu.ico"`. ___