You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Edits doc section Configuring Windows Terminal (#2719)
* Edits doc section `Configuring Windows Terminal`
* Converts into a procedure.
* Uses `⌵` character to replace the `down` UI element.
* Additional minor edit
Updates formatting, edits for brevity.
* Fixed json path
Added `8wekyb3d8bbwe` to file path.
Copy file name to clipboardExpand all lines: doc/user-docs/index.md
+6-7
Original file line number
Diff line number
Diff line change
@@ -67,16 +67,15 @@ Not currently supported "out of the box". See issue [#1060](https://github.com/m
67
67
68
68
## Configuring Windows Terminal
69
69
70
-
At the time of writing all Windows Terminal settings are managed via a json file.
70
+
All Windows Terminal settings are currently managed using the `profiles.json` file, located within `$env:LocalAppData\Packages\Microsoft.WindowsTerminal_8wekyb3d8bbwe/RoamingState`.
71
71
72
-
From the `down` button in the top bar select Settings (default shortcut `Ctrl+,`).
72
+
To open the settings file from Windows Terminal:
73
73
74
-
Your default json editor will open up the Terminal settings file. The file can be found
75
-
at `$env:LocalAppData\Packages\Microsoft.WindowsTerminal_<randomString>/RoamingState`
74
+
1. Click the `⌵` button in the top bar.
75
+
2. From the dropdown list, click `Settings`. You can also use a shortcut: `Ctrl+,`.
76
+
3. Your default `json` editor will open the settings file.
76
77
77
-
An introduction to the various settings can be found [here](UsingJsonSettings.md).
78
-
79
-
The list of valid settings can be found in the [Profiles.json Documentation](../cascadia/SettingsSchema.md) doc.
78
+
For an introduction to the various settings, see [Using Json Settings](UsingJsonSettings.md). The list of valid settings can be found in the [profiles.json documentation](../cascadia/SettingsSchema.md) section.
0 commit comments