Skip to content

Commit

Permalink
Add tip on extensions for configuration files (#440)
Browse files Browse the repository at this point in the history
* Add tip on extensions for configuration files

Resolves #423

* fix numbering

Co-authored-by: Matt Wojciakowski <mattwoj@microsoft.com>
  • Loading branch information
nivaldoh and mattwojo committed Nov 19, 2021
1 parent 6a12396 commit 0b4abe8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion TerminalDocs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,8 @@ The path for your Windows Terminal settings.json file may be found in one of the
- Terminal (unpackaged: Scoop, Chocolately, etc): `%LOCALAPPDATA%\Microsoft\Windows Terminal\settings.json`

> [!Tip]
> You can access the default settings for Windows Terminal by selecting **Settings** in the dropdown menu while holding <kbd>Alt</kbd> to open the `defaults.json` file in your default text editor. This file is auto-generated and any changes to it will be ignored.
> 1. You can access the default settings for Windows Terminal by selecting **Settings** in the dropdown menu while holding <kbd>Alt</kbd> to open the `defaults.json` file in your default text editor. This file is auto-generated and any changes to it will be ignored.
> 2. It is possible to create a [JSON fragment extension](./json-fragment-extensions.md) in order to store profile data and color schemes in a separate file, which can be useful to prevent excessively large configuration files.
## Command line arguments

Expand Down

0 comments on commit 0b4abe8

Please sign in to comment.