From 65c6d39fa227b38f63415fa9d818f0622aabf79b Mon Sep 17 00:00:00 2001 From: Matt Wojciakowski Date: Tue, 2 Feb 2021 17:45:04 -0800 Subject: [PATCH] Change icon description to example --- TerminalDocs/customize-settings/profile-general.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/TerminalDocs/customize-settings/profile-general.md b/TerminalDocs/customize-settings/profile-general.md index c0e8f2ba..88463a55 100644 --- a/TerminalDocs/customize-settings/profile-general.md +++ b/TerminalDocs/customize-settings/profile-general.md @@ -93,13 +93,9 @@ 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:
+**Example:** Placing the icon image `ubuntu.ico` in the folder located at `%LOCALAPPDATA%\Packages\Microsoft.WindowsTerminal_8wekyb3d8bbwe\RoamingState`, you can display the icon by adding this line to the profile in your settings.json: `"icon": "ms-appdata:///roaming/ubuntu.ico"`. -`%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"`. - ___ ## Tab title